diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-01 10:42:38 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-01 10:42:38 -0700 |
commit | cd97c9668814f7ec6d03e3c7e3653a92b97651e6 (patch) | |
tree | 80a8a9a6db13853b00be0380616f6127b4ab1556 /sysdeps | |
parent | 09c0ee5f8c2e52ff64347c39a586e8a23b9421e5 (diff) | |
download | glibc-cd97c9668814f7ec6d03e3c7e3653a92b97651e6.tar.gz glibc-cd97c9668814f7ec6d03e3c7e3653a92b97651e6.tar.xz glibc-cd97c9668814f7ec6d03e3c7e3653a92b97651e6.zip |
Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c | 1 | ||||
-rw-r--r-- | sysdeps/wordsize-64/mkostemp.c | 3 | ||||
-rw-r--r-- | sysdeps/wordsize-64/mkostemp64.c | 1 | ||||
-rw-r--r-- | sysdeps/wordsize-64/mkstemp.c | 3 | ||||
-rw-r--r-- | sysdeps/wordsize-64/mkstemp64.c | 1 |
8 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c deleted file mode 100644 index 177f68a550..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/wordsize-64/mkostemp.c> diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c deleted file mode 100644 index 68455a84c0..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/wordsize-64/mkostemp64.c> diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c deleted file mode 100644 index 4bc129bac1..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/wordsize-64/mkstemp.c> diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c deleted file mode 100644 index 76a836372e..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/wordsize-64/mkstemp64.c> diff --git a/sysdeps/wordsize-64/mkostemp.c b/sysdeps/wordsize-64/mkostemp.c deleted file mode 100644 index 4f81fdf544..0000000000 --- a/sysdeps/wordsize-64/mkostemp.c +++ /dev/null @@ -1,3 +0,0 @@ -#include "../../misc/mkostemp.c" - -weak_alias (mkostemp, mkostemp64) diff --git a/sysdeps/wordsize-64/mkostemp64.c b/sysdeps/wordsize-64/mkostemp64.c deleted file mode 100644 index 14bb25023e..0000000000 --- a/sysdeps/wordsize-64/mkostemp64.c +++ /dev/null @@ -1 +0,0 @@ -/* Defined in mkostemp.c. */ diff --git a/sysdeps/wordsize-64/mkstemp.c b/sysdeps/wordsize-64/mkstemp.c deleted file mode 100644 index bf6df18485..0000000000 --- a/sysdeps/wordsize-64/mkstemp.c +++ /dev/null @@ -1,3 +0,0 @@ -#include "../../misc/mkstemp.c" - -weak_alias (mkstemp, mkstemp64) diff --git a/sysdeps/wordsize-64/mkstemp64.c b/sysdeps/wordsize-64/mkstemp64.c deleted file mode 100644 index e72bb46433..0000000000 --- a/sysdeps/wordsize-64/mkstemp64.c +++ /dev/null @@ -1 +0,0 @@ -/* Defined in mkstemp.c. */ |