diff options
Diffstat (limited to 'include/sys/socket.h')
-rw-r--r-- | include/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h index dadd866613..2e91fb3e0a 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -2,7 +2,7 @@ #include <socket/sys/socket.h> /* Now define the internal interfaces. */ -extern int __socket (int __domain, int __type, int __protocol) __THROW; +extern int __socket (int __domain, int __type, int __protocol); /* Return a socket of any type. The socket can be used in subsequent ioctl calls to talk to the kernel. */ |