about summary refs log tree commit diff
path: root/io/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-10 23:38:55 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-10 23:38:55 +0000
commit3771196d1d5ac6a4213fdb77b4974ca69cd1ae09 (patch)
treea0158e9daf2ba473c3a24e4ba3c068ea4aa36bc9 /io/sys
parentf9bf102dd663c2e498e7755bb4bd35d79c8dc37b (diff)
downloadglibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.tar.gz
glibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.tar.xz
glibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.zip
* sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304
	(__sched_setaffinity_new): If syscall was successful and
	RESET_VGETCPU_CACHE is defined, use it before returning.
	* sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
Diffstat (limited to 'io/sys')
-rw-r--r--io/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/sys/stat.h b/io/sys/stat.h
index e90eafd3ac..15ae35b199 100644
--- a/io/sys/stat.h
+++ b/io/sys/stat.h
@@ -29,7 +29,7 @@
 #include <bits/types.h>		/* For __mode_t and __dev_t.  */
 
 #if defined __USE_XOPEN || defined __USE_XOPEN2K || defined __USE_MISC \
-         || __USE_ATFILE
+         || defined __USE_ATFILE
 # if defined __USE_XOPEN || defined __USE_XOPEN2K
 #  define __need_time_t
 # endif