diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-10 23:38:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-10 23:38:55 +0000 |
commit | 3771196d1d5ac6a4213fdb77b4974ca69cd1ae09 (patch) | |
tree | a0158e9daf2ba473c3a24e4ba3c068ea4aa36bc9 /io | |
parent | f9bf102dd663c2e498e7755bb4bd35d79c8dc37b (diff) | |
download | glibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.tar glibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.tar.gz glibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.tar.bz2 glibc-3771196d1d5ac6a4213fdb77b4974ca69cd1ae09.zip |
* sysdeps/unix/sysv/linux/sched_setaffinity.ccvs/fedora-glibc-20070510T2308cvs/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')
-rw-r--r-- | io/sys/stat.h | 2 |
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 |