diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-23 15:45:31 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-23 15:45:31 +0100 |
| commit | 1d472bb0439a83191fcda5e7a778ff0f28a0b6e5 (patch) | |
| tree | a2ef44129eddacc496f899e4fb6a9e85ce7d35ed /kernel/syscalls.h | |
| parent | 6a3ef39feb635f529da9e36975ba77a26c1ff3b4 (diff) | |
adjusting syscalls
Diffstat (limited to 'kernel/syscalls.h')
| -rw-r--r-- | kernel/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/syscalls.h b/kernel/syscalls.h index 00df0fa..f42a34b 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -29,6 +29,7 @@ #define SYSCALL_UNLINK 76 #define SYSCALL_WAIT 77 #define SYSCALL_GETPID 78 +#define SYSCALL_LSTAT 79 int syscall_readdir(const char *name,struct fs_dirent *dirs,int max); |
