2006-06-05 Shaun Jackman <sjackman@gmail.com>

* arm/linux-syscalls0.S (reboot): Remove.
        * arm/linux-syscalls1.c (reboot): New function.
This commit is contained in:
Jeff Johnston
2006-06-05 20:15:23 +00:00
parent 9eedc2e624
commit 986b5d2246
3 changed files with 17 additions and 6 deletions

View File

@ -143,7 +143,6 @@ ALIAS(mkdir)
ALIAS(mknod)
ALIAS(nanosleep)
ALIAS(readlink)
ALIAS(reboot)
ALIAS(rmdir)
ALIAS(select)
ALIAS(stime)