BSD4.[23] could also run NFS, so added getdirent.s
This commit is contained in:
parent
bbe7ae21e8
commit
a5578bc229
|
@ -32,6 +32,7 @@ fstat.s
|
|||
fsync.s
|
||||
ftime.c
|
||||
ftruncate.s
|
||||
getdirent.s
|
||||
getdtabsz.s
|
||||
getegid.s
|
||||
geteuid.s
|
||||
|
|
4
mach/vax4/libbsd4_2/getdirent.s
Normal file
4
mach/vax4/libbsd4_2/getdirent.s
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "syscall.h"
|
||||
DEFINE(_getdirentries)
|
||||
SYSTEM(SYS_getdirentries)
|
||||
|
|
@ -121,3 +121,4 @@
|
|||
#define SYS_setquota 148
|
||||
#define SYS_quota 149
|
||||
#define SYS_getsockname 150
|
||||
#define SYS_getdirentries 156
|
||||
|
|
Loading…
Reference in a new issue