mirror of git://sourceware.org/git/glibc.git
* 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 | ||
| Makefile | ||
| Versions | ||
| 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 | ||
| creat.c | ||
| creat64.c | ||
| dup.c | ||
| dup2.c | ||
| euidaccess.c | ||
| faccessat.c | ||
| fchdir.c | ||
| fchmod.c | ||
| fchmodat.c | ||
| fchown.c | ||
| fchownat.c | ||
| fcntl.c | ||
| fcntl.h | ||
| flock.c | ||
| fstat.c | ||
| fstat64.c | ||
| fstatat.c | ||
| fstatat64.c | ||
| fstatfs.c | ||
| fstatfs64.c | ||
| fstatvfs.c | ||
| fstatvfs64.c | ||
| fts.c | ||
| fts.h | ||
| ftw.c | ||
| ftw.h | ||
| ftw64.c | ||
| ftwtest-sh | ||
| ftwtest.c | ||
| futimens.c | ||
| fxstat.c | ||
| fxstat64.c | ||
| fxstatat.c | ||
| fxstatat64.c | ||
| getcwd.c | ||
| getdirname.c | ||
| getwd.c | ||
| have_o_cloexec.c | ||
| isatty.c | ||
| lchmod.c | ||
| lchown.c | ||
| link.c | ||
| linkat.c | ||
| lockf.c | ||
| lockf64.c | ||
| lseek64.c | ||
| lstat.c | ||
| lstat64.c | ||
| lxstat.c | ||
| lxstat64.c | ||
| mkdir.c | ||
| mkdirat.c | ||
| mkfifo.c | ||
| mkfifoat.c | ||
| mknod.c | ||
| mknodat.c | ||
| open.c | ||
| open64.c | ||
| openat.c | ||
| openat64.c | ||
| pipe.c | ||
| poll.c | ||
| poll.h | ||
| posix_fadvise.c | ||
| posix_fadvise64.c | ||
| posix_fallocate.c | ||
| posix_fallocate64.c | ||
| ppoll.c | ||
| pwd.c | ||
| read.c | ||
| readlink.c | ||
| readlinkat.c | ||
| rmdir.c | ||
| sendfile.c | ||
| sendfile64.c | ||
| stat.c | ||
| stat64.c | ||
| statfs.c | ||
| statfs64.c | ||
| statvfs.c | ||
| statvfs64.c | ||
| symlink.c | ||
| symlinkat.c | ||
| test-lfs.c | ||
| test-stat.c | ||
| test-stat2.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.c | ||
| ttyname_r.c | ||
| umask.c | ||
| unlink.c | ||
| unlinkat.c | ||
| utime.c | ||
| utime.h | ||
| utimensat.c | ||
| write.c | ||
| xmknod.c | ||
| xmknodat.c | ||
| xstat.c | ||
| xstat64.c | ||