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 /sysdeps/unix/sysv/linux/openat64.c | |
parent | 60bfd54cbb0c51ab95c52a7438509373b848c957 (diff) | |
download | glibc-cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b.tar.gz glibc-cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b.tar.xz glibc-cc0e6ed81fa3ab0eeecfc576098b4522f0323c4b.zip |
Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.
Diffstat (limited to 'sysdeps/unix/sysv/linux/openat64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/openat64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/openat64.c b/sysdeps/unix/sysv/linux/openat64.c index 013a13effa..9e7a2b3737 100644 --- a/sysdeps/unix/sysv/linux/openat64.c +++ b/sysdeps/unix/sysv/linux/openat64.c @@ -1,5 +1,4 @@ #define OPENAT openat64 -#define __OPENAT_2 __openat64_2 #define MORE_OFLAGS O_LARGEFILE #include "openat.c" |