2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / fixinc / tests / base / sys / socket.h
blob0898ed00a5bf63f6f4da0f5c9ebbed9656ec45ad
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/socket.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( IRIX_SOCKLEN_T_CHECK )
13 #define _SOCKLEN_T
14 #if _NO_XOPEN4 && _NO_XOPEN5
15 typedef int socklen_t;
16 #else
17 typedef u_int32_t socklen_t;
18 #endif /* _NO_XOPEN4 && _NO_XOPEN5 */
19 #endif /* IRIX_SOCKLEN_T_CHECK */
22 #if defined( SOLARIS_SOCKET_CHECK )
23 #ident "@(#)socket.h 1.30 97/01/20 SMI"
24 extern int recv(int, void *, int, int);
25 extern int send(int, const void *, int, int);
26 #endif /* SOLARIS_SOCKET_CHECK */