OSDN Git Service

Several little additions and cleanups. Add getw() and putw().
authorEric Andersen <andersen@codepoet.org>
Sat, 2 Feb 2002 07:54:13 +0000 (07:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 2 Feb 2002 07:54:13 +0000 (07:54 -0000)
commit53c4df149163b2df172397ae18cd2e265dfd875b
tree5138ec9e0b008e78d80e8c88053334208b36716c
parentd62a439a4f32e8e2f8b9c437688b9fc7db91f437
Several little additions and cleanups.  Add getw() and putw().
Add in some missing header files (netipx/ipx.h include/lastlog.h
include/sgtty.h include/sys/perm.h)
 -Erik
Makefile
extra/gcc-uClibc/Makefile
include/lastlog.h [new file with mode: 0644]
include/sgtty.h [new file with mode: 0644]
include/sys/perm.h [new file with mode: 0644]
libc/stdio/Makefile
libc/stdio/getw.c [new file with mode: 0644]
libc/stdio/putw.c [new file with mode: 0644]
libc/sysdeps/linux/common/syscalls.c