Fixed a dummy argument conflict, this was detected when fixing #5784.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e86eb77b1b
commit
bb05c02ef9
@ -184,7 +184,7 @@ int setsockopt(int socket, int level, int option, const void *value,
|
||||
socklen_t length);
|
||||
int shutdown(int socket, int how);
|
||||
int socket(int domain, int type, int protocol);
|
||||
int sockatmark(int socket);
|
||||
int sockatmark(int );
|
||||
int socketpair(int domain, int type, int protocol, int socketVector[2]);
|
||||
|
||||
#if __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user