sl@0: /* sl@0: * Copyright (c) 2001 Daniel Eischen . sl@0: * All rights reserved. sl@0: * sl@0: * Redistribution and use in source and binary forms, with or without sl@0: * modification, are permitted provided that the following conditions sl@0: * are met: sl@0: * 1. Redistributions of source code must retain the above copyright sl@0: * notice, this list of conditions and the following disclaimer. sl@0: * 2. Redistributions in binary form must reproduce the above copyright sl@0: * notice, this list of conditions and the following disclaimer in the sl@0: * documentation and/or other materials provided with the distribution. sl@0: * sl@0: * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND sl@0: * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE sl@0: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE sl@0: * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE sl@0: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL sl@0: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS sl@0: * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) sl@0: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT sl@0: * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY sl@0: * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF sl@0: * SUCH DAMAGE. sl@0: * sl@0: * $FreeBSD: src/lib/libc/include/un-namespace.h,v 1.13.12.1 2005/10/08 17:56:33 delphij Exp $ sl@0: */ sl@0: sl@0: #ifndef _UN_NAMESPACE_H_ sl@0: #define _UN_NAMESPACE_H_ sl@0: sl@0: #undef accept sl@0: #undef __acl_aclcheck_fd sl@0: #undef __acl_delete_fd sl@0: #undef __acl_get_fd sl@0: #undef __acl_set_fd sl@0: #undef bind sl@0: #undef __cap_get_fd sl@0: #undef __cap_set_fd sl@0: #undef close sl@0: #undef connect sl@0: #undef dup sl@0: #undef dup2 sl@0: #undef execve sl@0: #undef fcntl sl@0: #undef flock sl@0: #undef flockfile sl@0: #undef fpathconf sl@0: #undef fstat sl@0: #undef fstatfs sl@0: #undef fsync sl@0: #undef funlockfile sl@0: #undef getdirentries sl@0: #undef getlogin sl@0: #undef getpeername sl@0: #undef getprogname sl@0: #undef getsockname sl@0: #undef getsockopt sl@0: #undef ioctl sl@0: #undef kevent sl@0: #undef listen sl@0: #undef nanosleep sl@0: #undef open sl@0: #undef poll sl@0: #undef pthread_cond_broadcast sl@0: #undef pthread_cond_destroy sl@0: #undef pthread_cond_init sl@0: #undef pthread_cond_signal sl@0: #undef pthread_cond_timedwait sl@0: #undef pthread_cond_wait sl@0: #undef pthread_exit sl@0: #undef pthread_getspecific sl@0: #undef pthread_key_create sl@0: #undef pthread_key_delete sl@0: #undef pthread_main_np sl@0: #undef pthread_mutex_destroy sl@0: #undef pthread_mutex_init sl@0: #undef pthread_mutex_lock sl@0: #undef pthread_mutex_trylock sl@0: #undef pthread_mutex_unlock sl@0: #undef pthread_mutexattr_init sl@0: #undef pthread_mutexattr_destroy sl@0: #undef pthread_mutexattr_settype sl@0: #undef pthread_once sl@0: #undef pthread_rwlock_destroy sl@0: #undef pthread_rwlock_init sl@0: #undef pthread_rwlock_rdlock sl@0: #undef pthread_rwlock_wrlock sl@0: #undef pthread_rwlock_tryrdlock sl@0: #undef pthread_rwlock_trywrlock sl@0: #undef pthread_rwlock_unlock sl@0: #undef pthread_self sl@0: #undef pthread_setspecific sl@0: #undef pthread_sigmask sl@0: #undef read sl@0: #undef readv sl@0: #undef recvfrom sl@0: #undef recvmsg sl@0: #undef select sl@0: #undef sendmsg sl@0: #undef sendto sl@0: #undef setsockopt sl@0: #undef sigaction sl@0: #undef sigprocmask sl@0: #undef sigsuspend sl@0: #undef socket sl@0: #undef socketpair sl@0: #undef usleep sl@0: #undef wait4 sl@0: #undef waitpid sl@0: #undef write sl@0: #undef writev sl@0: sl@0: #if 0 sl@0: #undef creat sl@0: #undef fchflags sl@0: #undef fchmod sl@0: #undef ftrylockfile sl@0: #undef msync sl@0: #undef nfssvc sl@0: #undef pause sl@0: #undef pthread_rwlockattr_init sl@0: #undef pthread_rwlockattr_destroy sl@0: #undef sched_yield sl@0: #undef sendfile sl@0: #undef shutdown sl@0: #undef sigaltstack sl@0: #undef sigpending sl@0: #undef sigreturn sl@0: #undef sigsetmask sl@0: #undef sleep sl@0: #undef system sl@0: #undef tcdrain sl@0: #undef wait sl@0: #endif /* 0 */ sl@0: sl@0: #ifdef _SIGNAL_H_ sl@0: int _sigaction(int, const struct sigaction *, struct sigaction *); sl@0: #endif sl@0: sl@0: #ifdef _SYS_EVENT_H_ sl@0: int _kevent(int, const struct kevent *, int, struct kevent *, sl@0: int, const struct timespec *); sl@0: #endif sl@0: sl@0: #ifdef _SYS_FCNTL_H_ sl@0: int _flock(int, int); sl@0: #endif sl@0: sl@0: #undef err sl@0: #undef warn sl@0: #undef nsdispatch sl@0: sl@0: #endif /* _UN_NAMESPACE_H_ */