mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
3a50811c2f
* rt/Makefile (headers): Add bits/mqueue2.h. * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2, optimizing with GCC and __va_arg_pack_len is defined. * rt/bits/mqueue2.h: New file. * rt/mq_open.c (__mq_open): Renamed from mq_open. (mq_open): New strong_alias. (__mq_open_2): New function. * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open. (mq_open): New strong_alias. (__mq_open_2): New function. * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE. * Versions.def (librt): Add GLIBC_2.7 version. * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def. * include/stdio.h (__fortify_fail): Add libc_hidden_proto. * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define. * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len is defined rather than when not C++. * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias, __openat64_alias): New redirects. (__open_too_many_args, __open_missing_mode, __open64_too_many_args, __open64_missing_mode, __openat_too_many_args, __openat_missing_mode, __openat64_too_many_args, __openat64_missing_mode): New __errordecls. (open, open64, openat, openat64): Rewrite as __extern_always_inline functions instead of function-like macros. |
||
---|---|---|
.. | ||
bits | ||
sys | ||
.cvsignore | ||
access.c | ||
bug-ftw1.c | ||
bug-ftw2.c | ||
bug-ftw3.c | ||
bug-ftw4.c | ||
bug-ftw5.c | ||
chdir.c | ||
chmod.c | ||
chown.c | ||
close.c | ||
creat64.c | ||
creat.c | ||
dup2.c | ||
dup.c | ||
euidaccess.c | ||
faccessat.c | ||
fchdir.c | ||
fchmod.c | ||
fchmodat.c | ||
fchown.c | ||
fchownat.c | ||
fcntl.c | ||
fcntl.h | ||
flock.c | ||
fstat64.c | ||
fstat.c | ||
fstatat64.c | ||
fstatat.c | ||
fstatfs64.c | ||
fstatfs.c | ||
fstatvfs64.c | ||
fstatvfs.c | ||
fts.c | ||
fts.h | ||
ftw64.c | ||
ftw.c | ||
ftw.h | ||
ftwtest-sh | ||
ftwtest.c | ||
futimens.c | ||
fxstat64.c | ||
fxstat.c | ||
fxstatat64.c | ||
fxstatat.c | ||
getcwd.c | ||
getdirname.c | ||
getwd.c | ||
have_o_cloexec.c | ||
isatty.c | ||
lchmod.c | ||
lchown.c | ||
link.c | ||
linkat.c | ||
lockf64.c | ||
lockf.c | ||
lseek64.c | ||
lstat64.c | ||
lstat.c | ||
lxstat64.c | ||
lxstat.c | ||
Makefile | ||
mkdir.c | ||
mkdirat.c | ||
mkfifo.c | ||
mkfifoat.c | ||
mknod.c | ||
mknodat.c | ||
open64.c | ||
open.c | ||
openat64.c | ||
openat.c | ||
pipe.c | ||
poll.c | ||
poll.h | ||
posix_fadvise64.c | ||
posix_fadvise.c | ||
posix_fallocate64.c | ||
posix_fallocate.c | ||
ppoll.c | ||
pwd.c | ||
read.c | ||
readlink.c | ||
readlinkat.c | ||
rmdir.c | ||
sendfile64.c | ||
sendfile.c | ||
stat64.c | ||
stat.c | ||
statfs64.c | ||
statfs.c | ||
statvfs64.c | ||
statvfs.c | ||
symlink.c | ||
symlinkat.c | ||
test-lfs.c | ||
test-stat2.c | ||
test-stat.c | ||
test-utime.c | ||
tst-faccessat.c | ||
tst-fchmodat.c | ||
tst-fchownat.c | ||
tst-fcntl.c | ||
tst-fstatat.c | ||
tst-futimesat.c | ||
tst-getcwd.c | ||
tst-linkat.c | ||
tst-mkdirat.c | ||
tst-mkfifoat.c | ||
tst-mknodat.c | ||
tst-openat.c | ||
tst-posix_fallocate.c | ||
tst-readlinkat.c | ||
tst-renameat.c | ||
tst-statvfs.c | ||
tst-symlinkat.c | ||
tst-ttyname_r.c | ||
tst-unlinkat.c | ||
ttyname_r.c | ||
ttyname.c | ||
umask.c | ||
unlink.c | ||
unlinkat.c | ||
utime.c | ||
utime.h | ||
utimensat.c | ||
Versions | ||
write.c | ||
xmknod.c | ||
xmknodat.c | ||
xstat64.c | ||
xstat.c |