OSDN Git Service

More cleanups. Fix things so tinylogin compiles.
authorEric Andersen <andersen@codepoet.org>
Sat, 4 Nov 2000 04:37:24 +0000 (04:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 4 Nov 2000 04:37:24 +0000 (04:37 -0000)
commite547d07a488ab17397217e2a57594c78bf747373
tree27ff5a616a1a4c6172cceb824be19e609b5d80a1
parentcb9fa11843a7ea4a353a1a9954c8e054b35332b2
More cleanups.  Fix things so tinylogin compiles.
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
31 files changed:
Rules.mak
include/ctype.h
include/features.h
include/sys/vt.h [new file with mode: 0644]
include/ucontext.h [new file with mode: 0644]
include/unistd.h
libc/inet/resolv.c
libc/misc/Makefile
libc/misc/ctype/ctype.c
libc/misc/lock/.indent.pro [new file with mode: 0644]
libc/misc/lock/Makefile [new file with mode: 0644]
libc/misc/lock/flock.c [new file with mode: 0644]
libc/misc/time/Makefile
libc/misc/time/clock.c [new file with mode: 0644]
libc/misc/time/difftime.c [new file with mode: 0644]
libc/pwd_grp/Makefile
libc/signal/Makefile
libc/signal/sigaddset.c
libc/signal/sigdelset.c
libc/stdio/getdelim.c
libc/stdlib/malloc/malloc.c
libc/string/strsignal.c
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/i386/bits/confname.h [new file with mode: 0644]
libc/sysdeps/linux/i386/bits/posix_opt.h [new file with mode: 0644]
libc/unistd/Makefile
libc/unistd/execlp.c
libc/unistd/execvp.c
libc/unistd/sleep.c
libc/unistd/sysconf.c [new file with mode: 0644]