OSDN Git Service

Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
authorEric Andersen <andersen@codepoet.org>
Wed, 15 Nov 2000 21:12:09 +0000 (21:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 15 Nov 2000 21:12:09 +0000 (21:12 -0000)
commitafa40ade775710f3a449e10778159ade4c133d45
treedfcfb8d70f95e89273ee32d14c982c529c08a676
parentdc7f2e1bf0dc6ab6bec1d531026fb39271287711
Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
rework include/stdio.h, and fix up the resultant damage.
15 files changed:
Makefile
include/errno.h
include/stdio.h
include/unistd.h
libc/stdio/Makefile
libc/stdio/getdelim.c
libc/stdio/getline.c
libc/stdio/popen.c
libc/stdio/scanf.c
libc/stdio/stdio.c
libc/stdio/tmpnam.c [new file with mode: 0644]
libc/stdio/tmpnam_r.c [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile
libc/unistd/getopt.c
test/string/Makefile