entered into RCS

This commit is contained in:
Roland McGrath 1993-02-24 22:43:49 +00:00
parent 45dba738f9
commit 8fdeef183c
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# The directory unix/common contains things which are common to both BSD
# and SVR4.
unix/common

View File

@ -0,0 +1,2 @@
/* SVR4 uses the BSD 4.4 fchdir(2) syscall. */
#include <sysdeps/unix/bsd/bsd4.4/fchdir.S>

View File

@ -0,0 +1,2 @@
/* SVR4 uses the BSD 4.4 setegid() system call. */
#include <sysdeps/unix/bsd/bsd4.4/setegid.S>

View File

@ -0,0 +1,2 @@
/* SVR4 uses the BSD 4.4 seteuid() system call. */
#include <sysdeps/unix/bsd/bsd4.4/seteuid.S>