2 * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * $FreeBSD: src/lib/libc/include/un-namespace.h,v 1.7 2002/03/29 22:43:42 markm Exp $
29 #ifndef _UN_NAMESPACE_H_
30 #define _UN_NAMESPACE_H_
33 #undef __acl_aclcheck_fd
34 #undef __acl_delete_fd
61 #undef pthread_getspecific
62 #undef pthread_key_create
63 #undef pthread_key_delete
64 #undef pthread_mutex_destroy
65 #undef pthread_mutex_init
66 #undef pthread_mutex_lock
67 #undef pthread_mutex_trylock
68 #undef pthread_mutex_unlock
69 #undef pthread_mutexattr_init
70 #undef pthread_mutexattr_destroy
71 #undef pthread_mutexattr_settype
74 #undef pthread_setspecific
101 #undef pthread_rwlock_destroy
102 #undef pthread_rwlock_init
103 #undef pthread_rwlock_rdlock
104 #undef pthread_rwlock_tryrdlock
105 #undef pthread_rwlock_trywrlock
106 #undef pthread_rwlock_unlock
107 #undef pthread_rwlock_wrlock
108 #undef pthread_rwlockattr_init
109 #undef pthread_rwlockattr_destroy
125 int _sigaction(int, const struct sigaction
*, struct sigaction
*);
129 int _kevent(int, const struct kevent
*, int, struct kevent
*,
130 int, const struct timespec
*);
134 int _flock(int, int);
140 #endif /* _UN_NAMESPACE_H_ */