diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-28 18:25:31 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-28 19:07:13 -0500 |
commit | 0f010ef2130e887347212d4a3f81abafc78985a0 (patch) | |
tree | 31bbf47c4d9c043b6adcbfc7f4eeba5517b90e1d /src/shared/missing.h | |
parent | 87b0284327e34a4b96c22085fa2cdb3219294991 (diff) |
Base mkostemp_safe on mkostemp
It is nice to wrap umask handling and return convention,
but glibc's mkostemp is async-signal-safe already.
Diffstat (limited to 'src/shared/missing.h')
-rw-r--r-- | src/shared/missing.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h index 939f81d9c4..ac6f5bf6af 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -324,10 +324,6 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle # define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f) #endif -#ifndef TMP_MAX -# define TMP_MAX 238328 -#endif - #if defined(__i386__) || defined(__x86_64__) /* The precise definition of __O_TMPFILE is arch specific, so let's |