* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.
commite2c7e1de2b8f2539d613b7c7adeb65132bb1f0ce
authorRoland McGrath <roland@gnu.org>
Wed, 1 Mar 2006 05:32:59 +0000 (1 05:32 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Mar 2006 05:32:59 +0000 (1 05:32 +0000)
tree7b48cb055b65cf11b56000bb84d37a23365520bf
parent3192fd8e464f2364347979fd58ae95d03bbe74e6
* include/fcntl.h: Declare __openat, __open64.  Use libc_hidden_proto.

* 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.
ChangeLog
include/fcntl.h
io/openat.c
io/openat64.c
libio/genops.c
sysdeps/unix/sysv/linux/openat.c