um: Move syscall() declaration into os.h
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
a791b1565f
commit
89520d9996
@ -301,4 +301,6 @@ extern int get_pty(void);
|
||||
/* sys-$ARCH/task_size.c */
|
||||
extern unsigned long os_get_top_address(void);
|
||||
|
||||
long syscall(long number, ...);
|
||||
|
||||
#endif
|
||||
|
@ -43,5 +43,4 @@ EXPORT_SYMBOL(add_sigio_fd);
|
||||
EXPORT_SYMBOL(ignore_sigio_fd);
|
||||
EXPORT_SYMBOL(sigio_broken);
|
||||
|
||||
extern long int syscall (long int __sysno, ...);
|
||||
EXPORT_SYMBOL(syscall);
|
||||
|
Loading…
Reference in New Issue
Block a user