entered into RCS
authorRoland McGrath <roland@gnu.org>
Wed, 24 Feb 1993 22:43:49 +0000 (22:43 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 24 Feb 1993 22:43:49 +0000 (22:43 +0000)
sysdeps/unix/sysv/sysv4/Implies [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/fchdir.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/setegid.S [new file with mode: 0644]
sysdeps/unix/sysv/sysv4/seteuid.S [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/sysv4/Implies b/sysdeps/unix/sysv/sysv4/Implies
new file mode 100644 (file)
index 0000000..953822e
--- /dev/null
@@ -0,0 +1,3 @@
+# The directory unix/common contains things which are common to both BSD
+# and SVR4.
+unix/common
diff --git a/sysdeps/unix/sysv/sysv4/fchdir.S b/sysdeps/unix/sysv/sysv4/fchdir.S
new file mode 100644 (file)
index 0000000..ef11d55
--- /dev/null
@@ -0,0 +1,2 @@
+/* SVR4 uses the BSD 4.4 fchdir(2) syscall.  */
+#include <sysdeps/unix/bsd/bsd4.4/fchdir.S>
diff --git a/sysdeps/unix/sysv/sysv4/setegid.S b/sysdeps/unix/sysv/sysv4/setegid.S
new file mode 100644 (file)
index 0000000..f8fd763
--- /dev/null
@@ -0,0 +1,2 @@
+/* SVR4 uses the BSD 4.4 setegid() system call.  */
+#include <sysdeps/unix/bsd/bsd4.4/setegid.S>
diff --git a/sysdeps/unix/sysv/sysv4/seteuid.S b/sysdeps/unix/sysv/sysv4/seteuid.S
new file mode 100644 (file)
index 0000000..4ff1106
--- /dev/null
@@ -0,0 +1,2 @@
+/* SVR4 uses the BSD 4.4 seteuid() system call.  */
+#include <sysdeps/unix/bsd/bsd4.4/seteuid.S>