X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsys%2Fsyscall.h;h=24987ddf25bc90995dceeb345d18dc8b4b8f0bbc;hp=a8fec678bfee4a93db4217e8a1f7c21381b078b9;hb=baf246e559e915a78a9703e10d15020c7edee423;hpb=d00ff2950eacc375d57e44d65c7697f636c67625 diff --git a/include/sys/syscall.h b/include/sys/syscall.h index a8fec678..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 -long syscall(long, ...); - - -#ifdef __cplusplus -} -#endif #endif