about summary refs log tree commit diff
path: root/io/openat64.c
Commit message (Collapse)AuthorAgeFilesLines
* * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath2006-03-011-2/+4
| | | | | | | | | | * io/openat.c (__openat): Define instead of openat. Use libc_hidden_def. Define openat with weak_alias. * io/openat64.c (__openat64): Define instead of openat64. Use libc_hidden_def. Define openat64 with weak_alias. * sysdeps/unix/sysv/linux/openat.c: Likewise. * libio/genops.c: Include <sched.h> for __sched_yield decl.
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+69
|
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-71/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+71