OSDN Git Service

Completely rearchitected the sysdeps directory.
authorEric Andersen <andersen@codepoet.org>
Wed, 5 Jul 2000 19:23:36 +0000 (19:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 5 Jul 2000 19:23:36 +0000 (19:23 -0000)
commit9281d180d13057917f618c35ef7433d2e4d4dd86
treeb497158acdc1a81b93b938a2f76376c88bc7799b
parent775622914fa0a2814c705d25b1a3929002c5c785
Completely rearchitected the sysdeps directory.
 -Erik
19 files changed:
libc/sysdeps/Makefile [new file with mode: 0644]
libc/sysdeps/README [new file with mode: 0644]
libc/sysdeps/linux/Makefile [new file with mode: 0644]
libc/sysdeps/linux/README [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile [new file with mode: 0644]
libc/sysdeps/linux/common/getdnnm.c [new file with mode: 0644]
libc/sysdeps/linux/common/gethstnm.c [new file with mode: 0644]
libc/sysdeps/linux/common/getpagesize.c [new file with mode: 0644]
libc/sysdeps/linux/common/kernel_version.c [new file with mode: 0644]
libc/sysdeps/linux/common/mkfifo.c [new file with mode: 0644]
libc/sysdeps/linux/common/setegid.c [new file with mode: 0644]
libc/sysdeps/linux/common/seteuid.c [new file with mode: 0644]
libc/sysdeps/linux/common/setpgrp.c [new file with mode: 0644]
libc/sysdeps/linux/common/tell.c [new file with mode: 0644]
libc/sysdeps/linux/common/wait.c [new file with mode: 0644]
libc/sysdeps/linux/common/wait3.c [new file with mode: 0644]
libc/sysdeps/linux/common/waitpid.c [new file with mode: 0644]
libc/sysdeps/linux/i386/Makefile [new file with mode: 0644]
libc/sysdeps/linux/i386/setjmp.S [new file with mode: 0644]