git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'vfs-dev'
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
syscall.h
diff --git
a/lunaix-os/includes/lunaix/syscall.h
b/lunaix-os/includes/lunaix/syscall.h
index 94d197af1657f18329e1bee9d65f29f41290546d..1e205c20ccc3b71923d8a662dd9bfa7d1574b79d 100644
(file)
--- a/
lunaix-os/includes/lunaix/syscall.h
+++ b/
lunaix-os/includes/lunaix/syscall.h
@@
-43,6
+43,9
@@
#define __SYSCALL_dup2 35
#define __SYSCALL_realpathat 36
#define __SYSCALL_symlink 37
#define __SYSCALL_dup2 35
#define __SYSCALL_realpathat 36
#define __SYSCALL_symlink 37
+#define __SYSCALL_chdir 38
+#define __SYSCALL_fchdir 39
+#define __SYSCALL_getcwd 40
#define __SYSCALL_MAX 0x100
#define __SYSCALL_MAX 0x100