29 lines
1.0 KiB
C
29 lines
1.0 KiB
C
/**************************************************************************
|
|
* *
|
|
* Copyright (C) 1992, Silicon Graphics, Inc. *
|
|
* *
|
|
* These coded instructions, statements, and computer programs contain *
|
|
* unpublished proprietary information of Silicon Graphics, Inc., and *
|
|
* are protected by Federal copyright law. They may not be disclosed *
|
|
* to third parties or copied or duplicated in any form, in whole or *
|
|
* in part, without the prior written consent of Silicon Graphics, Inc. *
|
|
* *
|
|
**************************************************************************/
|
|
|
|
#ifndef __libsocket_synonyms_h__
|
|
#define __libsocket_synonyms_h__ 1
|
|
|
|
#define callselect _callselect
|
|
#define getpeername _getpeername
|
|
#define h_errno _h_errno
|
|
#define recvmsg _recvmsg
|
|
#define s_fcntl _s_fcntl
|
|
#define s_ioctl _s_ioctl
|
|
#define sendmsg _sendmsg
|
|
#define setpeername _setpeername
|
|
#define setsockname _setsockname
|
|
#define shutdown _shutdown
|
|
#define socketpair _socketpair
|
|
|
|
#endif /* __libsocket_synonyms_h__ */
|