OSDN Git Service

Rework __gen_tempname() to better match glibc, and add mkstemp64(),
authorEric Andersen <andersen@codepoet.org>
Sun, 31 Mar 2002 04:17:44 +0000 (04:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 31 Mar 2002 04:17:44 +0000 (04:17 -0000)
commitcdb29e3ea6c22f0c0358f0414e3ddb615b1c394f
tree2c867e60effb9df51b1a0fa615bb55b398561341
parent9116dff92e5b362011431f073fe6aa98327be254
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
which is needed for busybox ash when using largefile support.
 -Erik
include/features.h
libc/misc/internals/tempname.c
libc/stdio/tempnam.c
libc/stdio/tmpfile.c
libc/stdio/tmpnam.c
libc/stdio/tmpnam_r.c
libc/stdlib/Makefile
libc/stdlib/mkstemp.c
libc/stdlib/mkstemp64.c [new file with mode: 0644]
libc/stdlib/mktemp.c