mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
24465a40ba
now it can be done... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
6 lines
79 B
C
6 lines
79 B
C
#ifdef __i386__
|
|
#include "syscalls_32.h"
|
|
#else
|
|
#include "syscalls_64.h"
|
|
#endif
|