about summary refs log tree commit diff
path: root/io/fchmodat.c
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #5477]Ulrich Drepper2007-12-121-2/+2
| | | | | | | | | | | | | | 2007-12-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/i486/bits/string.h (memmove): Define as macro. (memmove): Rename to __memmove_g, with __asm__ ("memmove"). * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g, __strcat_g, __strncat_g): Add __asm__. 2007-12-12 Ulrich Drepper <drepper@redhat.com> [BZ #5477] * io/fchmodat.c: Fix typo in stub_warning use. Patch by Petr Salinger.
* * io/sys/stat.h [__USE_GNU]: Declare fchmodat.Roland McGrath2006-01-051-0/+50
| | | | | | | | | * io/fchmodat.c: New file. * io/Makefile (routines): Add fchmodat. * io/Versions (libc: GLIBC_2.4): Likewise. * sysdeps/unix/sysv/linux/fchmodat.c: New file. * io/tst-fchmodat.c: New file. * io/Makefile (tests): Add it.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-50/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+50