From 1f544842ceb5af73b1f2b13222d72dd4ad7cd08a Mon Sep 17 00:00:00 2001 From: kaashoek Date: Sat, 12 Aug 2006 04:33:50 +0000 Subject: fstat primitive ls --- syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syscall.h') diff --git a/syscall.h b/syscall.h index e6019ad..9924c7f 100644 --- a/syscall.h +++ b/syscall.h @@ -14,4 +14,5 @@ #define SYS_open 14 #define SYS_mknod 15 #define SYS_unlink 16 +#define SYS_fstat 17 -- cgit v1.2.3