diff options
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/fchdir.S')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/fchdir.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/sysv4/fchdir.S b/sysdeps/unix/sysv/sysv4/fchdir.S new file mode 100644 index 0000000000..ef11d55bc0 --- /dev/null +++ b/sysdeps/unix/sysv/sysv4/fchdir.S @@ -0,0 +1,2 @@ +/* SVR4 uses the BSD 4.4 fchdir(2) syscall. */ +#include <sysdeps/unix/bsd/bsd4.4/fchdir.S> |