diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-28 16:43:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-28 16:43:59 +0000 |
commit | 40f57573d02e98db90f7d9e1dae6c3422d150d7b (patch) | |
tree | 2b25b4dba22a7197fca16c8199a30f7aa0b1cf5b /nptl/sysdeps | |
parent | 991fa82be561407e9cfb42a328b2b56d5a9debf1 (diff) | |
download | glibc-40f57573d02e98db90f7d9e1dae6c3422d150d7b.tar glibc-40f57573d02e98db90f7d9e1dae6c3422d150d7b.tar.gz glibc-40f57573d02e98db90f7d9e1dae6c3422d150d7b.tar.bz2 glibc-40f57573d02e98db90f7d9e1dae6c3422d150d7b.zip |
* sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
if __NR_utimensat is not defined.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c b/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c index 9472dd17ef..6fedac1b33 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c @@ -1,3 +1,4 @@ +#include <unistd.h> /* For __getpagesize. */ #define NEW_VERNUM GLIBC_2_6 #define STACKSIZE_ADJUST \ do { \ |