diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-16 08:20:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-16 08:20:36 +0000 |
commit | 478f33c9f70dec247e132e2e1b4ba836fa2d1f6d (patch) | |
tree | 4a332889ae66391cff313262a71d2691d2e87611 /sysdeps/unix/sysv/linux/wordsize-64 | |
parent | a0e3432cc78283f88f8bf1ea88f1fecf158de9d1 (diff) | |
download | glibc-478f33c9f70dec247e132e2e1b4ba836fa2d1f6d.tar glibc-478f33c9f70dec247e132e2e1b4ba836fa2d1f6d.tar.gz glibc-478f33c9f70dec247e132e2e1b4ba836fa2d1f6d.tar.bz2 glibc-478f33c9f70dec247e132e2e1b4ba836fa2d1f6d.zip |
* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.cvs/fedora-glibc-20051116T0829
* sysdeps/unix/sysv/linux/futimesat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
* sysdeps/unix/sysv/linux/renameat.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/wordsize-64')
-rw-r--r-- | sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c b/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c index d88b10e947..faa028cf26 100644 --- a/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c +++ b/sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c @@ -24,6 +24,7 @@ #include <fcntl.h> #include <stddef.h> #include <stdio.h> +#include <string.h> #include <sys/stat.h> #include <sysdep.h> |