Fix build on GCC architectures

PR:		246975
Submitted by:	pkubaj
Approved by:	mentors (implicit)
This commit is contained in:
Hiroki Tagato 2020-06-06 09:31:30 +00:00
parent d212d9633c
commit 88667648bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538080

View File

@ -0,0 +1,8 @@
--- app/src/sys/unix/command.c.orig 2020-06-04 10:23:28 UTC
+++ app/src/sys/unix/command.c
@@ -1,5 +1,4 @@
// for portability
-#define _POSIX_SOURCE // for kill()
#define _BSD_SOURCE // for readlink()
// modern glibc will complain without this