Add entries for the posix1e functions that will be overridden in libc_r.

Approved by:	rwatson
Obtained from:	TrustedBSD Project
This commit is contained in:
Thomas Moestl 2001-04-04 18:04:10 +00:00
parent 7bd44e9223
commit 37bc56f85b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75186
2 changed files with 12 additions and 0 deletions

View File

@ -35,7 +35,13 @@
* in libc_r/libpthread.
*/
#define accept _accept
#define __acl_aclcheck_fd ___acl_aclcheck_fd
#define __acl_delete_fd ___acl_delete_fd
#define __acl_get_fd ___acl_get_fd
#define __acl_set_fd ___acl_set_fd
#define bind _bind
#define __cap_get_fd ___cap_get_fd
#define __cap_set_fd ___cap_set_fd
#define close _close
#define connect _connect
#define dup _dup

View File

@ -30,7 +30,13 @@
#define _UN_NAMESPACE_H_
#undef accept
#undef __acl_aclcheck_fd
#undef __acl_delete_fd
#undef __acl_get_fd
#undef __acl_set_fd
#undef bind
#undef __cap_get_fd
#undef __cap_set_fd
#undef close
#undef connect
#undef dup