OSDN Git Service

More updates. Implement strsignal. Add pwd_grp tests
authorEric Andersen <andersen@codepoet.org>
Wed, 18 Oct 2000 23:38:13 +0000 (23:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 18 Oct 2000 23:38:13 +0000 (23:38 -0000)
commit9b7d191055ade5069c6325fa857e007b4c658b14
tree3546e12e3453e15508dbdfbec0a940e3e3de0647
parenta6a89eb4477289063cb9ef1cc414b9e748f877f9
More updates.  Implement strsignal.  Add pwd_grp tests
14 files changed:
include/string.h
libc/signal/Makefile
libc/string/Makefile
libc/string/strerror.c
libc/string/strsignal.c [new file with mode: 0644]
test/Makefile
test/pwd_grp/.cvsignore [new file with mode: 0644]
test/pwd_grp/.indent.pro [new file with mode: 0644]
test/pwd_grp/Makefile [new file with mode: 0644]
test/pwd_grp/test_grp.c [new file with mode: 0644]
test/pwd_grp/test_pwd.c [new file with mode: 0644]
test/signal/.indent.pro [new file with mode: 0644]
test/signal/signal.c
test/stdlib/Makefile