diff options
Diffstat (limited to 'sysdeps/wordsize-64/mkstemp.c')
-rw-r--r-- | sysdeps/wordsize-64/mkstemp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/mkstemp.c b/sysdeps/wordsize-64/mkstemp.c new file mode 100644 index 0000000000..bf6df18485 --- /dev/null +++ b/sysdeps/wordsize-64/mkstemp.c @@ -0,0 +1,3 @@ +#include "../../misc/mkstemp.c" + +weak_alias (mkstemp, mkstemp64) |