mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
entered into RCS
This commit is contained in:
parent
45dba738f9
commit
8fdeef183c
3
sysdeps/unix/sysv/sysv4/Implies
Normal file
3
sysdeps/unix/sysv/sysv4/Implies
Normal file
@ -0,0 +1,3 @@
|
||||
# The directory unix/common contains things which are common to both BSD
|
||||
# and SVR4.
|
||||
unix/common
|
2
sysdeps/unix/sysv/sysv4/fchdir.S
Normal file
2
sysdeps/unix/sysv/sysv4/fchdir.S
Normal file
@ -0,0 +1,2 @@
|
||||
/* SVR4 uses the BSD 4.4 fchdir(2) syscall. */
|
||||
#include <sysdeps/unix/bsd/bsd4.4/fchdir.S>
|
2
sysdeps/unix/sysv/sysv4/setegid.S
Normal file
2
sysdeps/unix/sysv/sysv4/setegid.S
Normal file
@ -0,0 +1,2 @@
|
||||
/* SVR4 uses the BSD 4.4 setegid() system call. */
|
||||
#include <sysdeps/unix/bsd/bsd4.4/setegid.S>
|
2
sysdeps/unix/sysv/sysv4/seteuid.S
Normal file
2
sysdeps/unix/sysv/sysv4/seteuid.S
Normal file
@ -0,0 +1,2 @@
|
||||
/* SVR4 uses the BSD 4.4 seteuid() system call. */
|
||||
#include <sysdeps/unix/bsd/bsd4.4/seteuid.S>
|
Loading…
Reference in New Issue
Block a user