xref: /dragonfly/lib/libc/include/un-namespace.h (revision 02318f07)
1 /*
2  * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
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.
13  *
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
24  * SUCH DAMAGE.
25  *
26  * $FreeBSD: /repoman/r/ncvs/src/lib/libc/include/un-namespace.h,v 1.1 2001/01/24 13:00:09 deischen Exp $
27  */
28 
29 #ifndef _UN_NAMESPACE_H_
30 #define _UN_NAMESPACE_H_
31 
32 #undef		accept
33 #undef		bind
34 #undef		close
35 #undef		connect
36 #undef		dup
37 #undef		dup2
38 #undef		execve
39 #undef		fcntl
40 #undef		flock
41 #undef		flockfile
42 #undef		fstat
43 #undef		fstatfs
44 #undef		fsync
45 #undef		funlockfile
46 #undef		getdirentries
47 #undef		getlogin
48 #undef		getpeername
49 #undef		getprogname
50 #undef		getsockname
51 #undef		getsockopt
52 #undef		ioctl
53 #undef		kevent
54 #undef		listen
55 #undef		nanosleep
56 #undef		open
57 #undef		poll
58 #undef		ppoll
59 #undef		pthread_atfork
60 #undef		pthread_attr_destroy
61 #undef		pthread_attr_get_np
62 #undef		pthread_attr_getdetachstate
63 #undef		pthread_attr_getguardsize
64 #undef		pthread_attr_getinheritsched
65 #undef		pthread_attr_getschedparam
66 #undef		pthread_attr_getschedpolicy
67 #undef		pthread_attr_getscope
68 #undef		pthread_attr_getstack
69 #undef		pthread_attr_getstackaddr
70 #undef		pthread_attr_getstacksize
71 #undef		pthread_attr_init
72 #undef		pthread_attr_setcreatesuspend_np
73 #undef		pthread_attr_setdetachstate
74 #undef		pthread_attr_setguardsize
75 #undef		pthread_attr_setinheritsched
76 #undef		pthread_attr_setschedparam
77 #undef		pthread_attr_setschedpolicy
78 #undef		pthread_attr_setscope
79 #undef		pthread_attr_setstack
80 #undef		pthread_attr_setstackaddr
81 #undef		pthread_attr_setstacksize
82 #undef		pthread_barrier_destroy
83 #undef		pthread_barrier_init
84 #undef		pthread_barrier_wait
85 #undef		pthread_barrierattr_destroy
86 #undef		pthread_barrierattr_getpshared
87 #undef		pthread_barrierattr_init
88 #undef		pthread_barrierattr_setpshared
89 #undef		pthread_cancel
90 #undef		pthread_cleanup_pop
91 #undef		pthread_cleanup_push
92 #undef		pthread_cond_broadcast
93 #undef		pthread_cond_destroy
94 #undef		pthread_cond_init
95 #undef		pthread_cond_signal
96 #undef		pthread_cond_timedwait
97 #undef		pthread_cond_wait
98 #undef		pthread_condattr_destroy
99 #undef		pthread_condattr_getclock
100 #undef		pthread_condattr_getpshared
101 #undef		pthread_condattr_init
102 #undef		pthread_condattr_setclock
103 #undef		pthread_condattr_setpshared
104 #undef		pthread_create
105 #undef		pthread_detach
106 #undef		pthread_equal
107 #undef		pthread_exit
108 #undef		pthread_getconcurrency
109 #undef		pthread_getprio
110 #undef		pthread_getschedparam
111 #undef		pthread_getspecific
112 #undef		pthread_join
113 #undef		pthread_key_create
114 #undef		pthread_key_delete
115 #undef		pthread_kill
116 #undef		pthread_main_np
117 #undef		pthread_multi_np
118 #undef		pthread_mutex_destroy
119 #undef		pthread_mutex_getprioceiling
120 #undef		pthread_mutex_init
121 #undef		pthread_mutex_lock
122 #undef		pthread_mutex_setprioceiling
123 #undef		pthread_mutex_timedlock
124 #undef		pthread_mutex_trylock
125 #undef		pthread_mutex_unlock
126 #undef		pthread_mutexattr_destroy
127 #undef		pthread_mutexattr_getkind_np
128 #undef		pthread_mutexattr_getprioceiling
129 #undef		pthread_mutexattr_getprotocol
130 #undef		pthread_mutexattr_getpshared
131 #undef		pthread_mutexattr_gettype
132 #undef		pthread_mutexattr_init
133 #undef		pthread_mutexattr_setkind_np
134 #undef		pthread_mutexattr_setprioceiling
135 #undef		pthread_mutexattr_setprotocol
136 #undef		pthread_mutexattr_setpshared
137 #undef		pthread_mutexattr_settype
138 #undef		pthread_once
139 #undef		pthread_resume_all_np
140 #undef		pthread_resume_np
141 #undef		pthread_rwlock_destroy
142 #undef		pthread_rwlock_init
143 #undef		pthread_rwlock_rdlock
144 #undef		pthread_rwlock_timedrdlock
145 #undef		pthread_rwlock_timedwrlock
146 #undef		pthread_rwlock_tryrdlock
147 #undef		pthread_rwlock_trywrlock
148 #undef		pthread_rwlock_unlock
149 #undef		pthread_rwlock_wrlock
150 #undef		pthread_rwlockattr_destroy
151 #undef		pthread_rwlockattr_getpshared
152 #undef		pthread_rwlockattr_init
153 #undef		pthread_rwlockattr_setpshared
154 #undef		pthread_self
155 #undef		pthread_set_name_np
156 #undef		pthread_setcancelstate
157 #undef		pthread_setcanceltype
158 #undef		pthread_setconcurrency
159 #undef		pthread_setprio
160 #undef		pthread_setschedparam
161 #undef		pthread_setspecific
162 #undef		pthread_sigmask
163 #undef		pthread_single_np
164 #undef		pthread_spin_destroy
165 #undef		pthread_spin_init
166 #undef		pthread_spin_lock
167 #undef		pthread_spin_trylock
168 #undef		pthread_spin_unlock
169 #undef		pthread_suspend_all_np
170 #undef		pthread_suspend_np
171 #undef		pthread_switch_add_np
172 #undef		pthread_switch_delete_np
173 #undef		pthread_testcancel
174 #undef		pthread_timedjoin_np
175 #undef		pthread_yield
176 #undef		read
177 #undef		readv
178 #undef		recvfrom
179 #undef		recvmsg
180 #undef		select
181 #undef		sem_close
182 #undef		sem_destroy
183 #undef		sem_getvalue
184 #undef		sem_init
185 #undef		sem_open
186 #undef		sem_post
187 #undef		sem_timedwait
188 #undef		sem_trywait
189 #undef		sem_unlink
190 #undef		sem_wait
191 #undef		sendmsg
192 #undef		sendto
193 #undef		setsockopt
194 #undef		sigaction
195 #undef		sigprocmask
196 #undef		sigsuspend
197 #undef		socket
198 #undef		socketpair
199 #undef		usleep
200 #undef		wait4
201 #undef		waitpid
202 #undef		write
203 #undef		writev
204 
205 #if 0
206 #undef		creat
207 #undef		fchflags
208 #undef		fchmod
209 #undef		fpathconf
210 #undef		ftrylockfile
211 #undef		msync
212 #undef		nfssvc
213 #undef		pause
214 #undef		sched_yield
215 #undef		sendfile
216 #undef		shutdown
217 #undef		sigaltstack
218 #undef		signanosleep
219 #undef		sigpending
220 #undef		sigreturn
221 #undef		sigsetmask
222 #undef		sleep
223 #undef		system
224 #undef		tcdrain
225 #undef		wait
226 #endif	/* 0 */
227 
228 #ifdef _SIGNAL_H_
229 int     	_sigaction(int, const struct sigaction *, struct sigaction *);
230 #endif
231 
232 #ifdef _SYS_EVENT_H_
233 int		_kevent(int, const struct kevent *, int, struct kevent *,
234 		    int, const struct timespec *);
235 #endif
236 
237 #ifdef _SYS_FCNTL_H_
238 int		_flock(int, int);
239 #endif
240 
241 #undef		err
242 #undef		warn
243 #undef		nsdispatch
244 
245 #endif	/* _UN_NAMESPACE_H_ */
246 
247