mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-12 19:50:46 +00:00
10 lines
171 B
C
10 lines
171 B
C
|
|
#include "socketnix.h"
|
|
#include "stabs.h"
|
|
|
|
long ioctlsocket(long d, u_long request, char *argp)
|
|
{
|
|
return IoctlSocket(d,request,argp);
|
|
}
|
|
ALIAS(IoctlSocket,ioctlsocket);
|