mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
* 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.
This commit is contained in:
parent
a0e3432cc7
commit
478f33c9f7
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2005-11-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
|
||||
* 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.
|
||||
|
||||
2005-11-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* iconvdata/Makefile (modules): Add ISO_11548-1.
|
||||
|
@ -1,7 +1,7 @@
|
||||
2005-11-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ 1872]
|
||||
* localedata/charmaps/ISO_11548-1. New file.
|
||||
* charmaps/ISO_11548-1. New file.
|
||||
Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
|
||||
|
||||
2005-11-11 Ulrich Drepper <drepper@redhat.com>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <utime.h>
|
||||
#include <sys/time.h>
|
||||
#include <sysdep.h>
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sysdep.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <kernel_stat.h>
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sysdep.h>
|
||||
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sysdep.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <sysdep.h>
|
||||
|
Loading…
Reference in New Issue
Block a user