author | Rich Felker <dalias@aerifal.cx> | 2012年12月10日 16:40:45 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012年12月10日 16:40:45 -0500 |
commit | baf246e559e915a78a9703e10d15020c7edee423 (patch) | |
tree | 58aafc32093542e89e65eb73ebe3d73b6b321f07 /include/sys/syscall.h | |
parent | 34aa169dcfa0a2945504fb696dee29bdf989c125 (diff) | |
download | musl-baf246e559e915a78a9703e10d15020c7edee423.tar.gz |
-rw-r--r-- | include/sys/syscall.h | 10 |
diff --git a/include/sys/syscall.h b/include/sys/syscall.h index af3ca466..24987ddf 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -1,16 +1,6 @@ #ifndef _SYS_SYSCALL_H #define _SYS_SYSCALL_H -#ifdef __cplusplus -extern "C" { -#endif - -#include <features.h> - -long syscall(long, ...); #include <bits/syscall.h> -#ifdef __cplusplus -} -#endif #endif |