diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-03 16:33:26 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-03 16:33:26 -0700 |
commit | cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b (patch) | |
tree | ef84d38f2a5bba357c20eb8c3a6135c2bb6746b8 /io/Makefile | |
parent | 60bfd54cbb0c51ab95c52a7438509373b848c957 (diff) | |
download | glibc-cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b.zip glibc-cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b.tar.gz glibc-cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b.tar.bz2 |
Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index 86453d4..a7a8044 100644 --- a/io/Makefile +++ b/io/Makefile @@ -36,10 +36,10 @@ routines := \ statvfs fstatvfs statvfs64 fstatvfs64 \ umask chmod fchmod lchmod fchmodat \ mkdir mkdirat \ - open open64 openat openat64 close \ + open open_2 open64 open64_2 openat openat_2 openat64 openat64_2 \ read write lseek lseek64 access euidaccess faccessat \ fcntl flock lockf lockf64 \ - dup dup2 dup3 pipe pipe2 \ + close dup dup2 dup3 pipe pipe2 \ creat creat64 \ chdir fchdir \ getcwd getwd getdirname \ |