diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2004-10-18 17:31:35 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-10-18 17:31:35 -0700 |
| commit | 7081675f58b38ee61497b7a1ea206a7fde0d00ca (patch) | |
| tree | aeb558edb87dcd64bbe2f7168f3a5dfb7962dc73 /include/linux/syscalls.h | |
| parent | c6fcf5a9eadb0aed33c07b4e829ca9c6614f3807 (diff) | |
| parent | a4946826c30c56a5830326552a395c5b6afc13ef (diff) | |
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
into kroah.com:/home/greg/linux/BK/usb-2.6
Diffstat (limited to 'include/linux/syscalls.h')
| -rw-r--r-- | include/linux/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index bd26cf298d9a..2a8c7faf2dcc 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -489,6 +489,7 @@ asmlinkage long sys_nfsservctl(int cmd, void __user *res); asmlinkage long sys_syslog(int type, char __user *buf, int len); asmlinkage long sys_uselib(const char __user *library); +asmlinkage long sys_setaltroot(const char __user *altroot); asmlinkage long sys_ni_syscall(void); #endif |
