ltp-testsuite-sched-getaffinity.patch 484 B

1234567891011
  1. --- ltp-full-20090630/testcases/kernel/syscalls/sched_getaffinity/Makefile 2009-06-15 19:38:04.000000000 +0100
  2. +++ ltp-full-20090630.mod/testcases/kernel/syscalls/sched_getaffinity/Makefile 2009-07-02 15:02:33.000000000 +0100
  3. @@ -16,7 +16,7 @@
  4. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  5. #
  6. -CFLAGS += -I../../../../include -Wall
  7. +CFLAGS += -I../../../../include -Wall -D_GNU_SOURCE
  8. LDLIBS += -L../../../../lib -lltp
  9. SRCS = $(wildcard *.c)