sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
*
|
sl@0
|
5 |
* Redistribution and use in source and binary forms, with or without
|
sl@0
|
6 |
* modification, are permitted provided that the following conditions
|
sl@0
|
7 |
* are met:
|
sl@0
|
8 |
* 1. Redistributions of source code must retain the above copyright
|
sl@0
|
9 |
* notice, this list of conditions and the following disclaimer.
|
sl@0
|
10 |
* 2. Redistributions in binary form must reproduce the above copyright
|
sl@0
|
11 |
* notice, this list of conditions and the following disclaimer in the
|
sl@0
|
12 |
* documentation and/or other materials provided with the distribution.
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
sl@0
|
15 |
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
sl@0
|
16 |
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
sl@0
|
17 |
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
sl@0
|
18 |
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
sl@0
|
19 |
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
sl@0
|
20 |
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
sl@0
|
21 |
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
sl@0
|
22 |
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
sl@0
|
23 |
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
sl@0
|
24 |
* SUCH DAMAGE.
|
sl@0
|
25 |
*
|
sl@0
|
26 |
* $FreeBSD: src/lib/libc/include/un-namespace.h,v 1.13.12.1 2005/10/08 17:56:33 delphij Exp $
|
sl@0
|
27 |
*/
|
sl@0
|
28 |
|
sl@0
|
29 |
#ifndef _UN_NAMESPACE_H_
|
sl@0
|
30 |
#define _UN_NAMESPACE_H_
|
sl@0
|
31 |
|
sl@0
|
32 |
#undef accept
|
sl@0
|
33 |
#undef __acl_aclcheck_fd
|
sl@0
|
34 |
#undef __acl_delete_fd
|
sl@0
|
35 |
#undef __acl_get_fd
|
sl@0
|
36 |
#undef __acl_set_fd
|
sl@0
|
37 |
#undef bind
|
sl@0
|
38 |
#undef __cap_get_fd
|
sl@0
|
39 |
#undef __cap_set_fd
|
sl@0
|
40 |
#undef close
|
sl@0
|
41 |
#undef connect
|
sl@0
|
42 |
#undef dup
|
sl@0
|
43 |
#undef dup2
|
sl@0
|
44 |
#undef execve
|
sl@0
|
45 |
#undef fcntl
|
sl@0
|
46 |
#undef flock
|
sl@0
|
47 |
#undef flockfile
|
sl@0
|
48 |
#undef fpathconf
|
sl@0
|
49 |
#undef fstat
|
sl@0
|
50 |
#undef fstatfs
|
sl@0
|
51 |
#undef fsync
|
sl@0
|
52 |
#undef funlockfile
|
sl@0
|
53 |
#undef getdirentries
|
sl@0
|
54 |
#undef getlogin
|
sl@0
|
55 |
#undef getpeername
|
sl@0
|
56 |
#undef getprogname
|
sl@0
|
57 |
#undef getsockname
|
sl@0
|
58 |
#undef getsockopt
|
sl@0
|
59 |
#undef ioctl
|
sl@0
|
60 |
#undef kevent
|
sl@0
|
61 |
#undef listen
|
sl@0
|
62 |
#undef nanosleep
|
sl@0
|
63 |
#undef open
|
sl@0
|
64 |
#undef poll
|
sl@0
|
65 |
#undef pthread_cond_broadcast
|
sl@0
|
66 |
#undef pthread_cond_destroy
|
sl@0
|
67 |
#undef pthread_cond_init
|
sl@0
|
68 |
#undef pthread_cond_signal
|
sl@0
|
69 |
#undef pthread_cond_timedwait
|
sl@0
|
70 |
#undef pthread_cond_wait
|
sl@0
|
71 |
#undef pthread_exit
|
sl@0
|
72 |
#undef pthread_getspecific
|
sl@0
|
73 |
#undef pthread_key_create
|
sl@0
|
74 |
#undef pthread_key_delete
|
sl@0
|
75 |
#undef pthread_main_np
|
sl@0
|
76 |
#undef pthread_mutex_destroy
|
sl@0
|
77 |
#undef pthread_mutex_init
|
sl@0
|
78 |
#undef pthread_mutex_lock
|
sl@0
|
79 |
#undef pthread_mutex_trylock
|
sl@0
|
80 |
#undef pthread_mutex_unlock
|
sl@0
|
81 |
#undef pthread_mutexattr_init
|
sl@0
|
82 |
#undef pthread_mutexattr_destroy
|
sl@0
|
83 |
#undef pthread_mutexattr_settype
|
sl@0
|
84 |
#undef pthread_once
|
sl@0
|
85 |
#undef pthread_rwlock_destroy
|
sl@0
|
86 |
#undef pthread_rwlock_init
|
sl@0
|
87 |
#undef pthread_rwlock_rdlock
|
sl@0
|
88 |
#undef pthread_rwlock_wrlock
|
sl@0
|
89 |
#undef pthread_rwlock_tryrdlock
|
sl@0
|
90 |
#undef pthread_rwlock_trywrlock
|
sl@0
|
91 |
#undef pthread_rwlock_unlock
|
sl@0
|
92 |
#undef pthread_self
|
sl@0
|
93 |
#undef pthread_setspecific
|
sl@0
|
94 |
#undef pthread_sigmask
|
sl@0
|
95 |
#undef read
|
sl@0
|
96 |
#undef readv
|
sl@0
|
97 |
#undef recvfrom
|
sl@0
|
98 |
#undef recvmsg
|
sl@0
|
99 |
#undef select
|
sl@0
|
100 |
#undef sendmsg
|
sl@0
|
101 |
#undef sendto
|
sl@0
|
102 |
#undef setsockopt
|
sl@0
|
103 |
#undef sigaction
|
sl@0
|
104 |
#undef sigprocmask
|
sl@0
|
105 |
#undef sigsuspend
|
sl@0
|
106 |
#undef socket
|
sl@0
|
107 |
#undef socketpair
|
sl@0
|
108 |
#undef usleep
|
sl@0
|
109 |
#undef wait4
|
sl@0
|
110 |
#undef waitpid
|
sl@0
|
111 |
#undef write
|
sl@0
|
112 |
#undef writev
|
sl@0
|
113 |
|
sl@0
|
114 |
#if 0
|
sl@0
|
115 |
#undef creat
|
sl@0
|
116 |
#undef fchflags
|
sl@0
|
117 |
#undef fchmod
|
sl@0
|
118 |
#undef ftrylockfile
|
sl@0
|
119 |
#undef msync
|
sl@0
|
120 |
#undef nfssvc
|
sl@0
|
121 |
#undef pause
|
sl@0
|
122 |
#undef pthread_rwlockattr_init
|
sl@0
|
123 |
#undef pthread_rwlockattr_destroy
|
sl@0
|
124 |
#undef sched_yield
|
sl@0
|
125 |
#undef sendfile
|
sl@0
|
126 |
#undef shutdown
|
sl@0
|
127 |
#undef sigaltstack
|
sl@0
|
128 |
#undef sigpending
|
sl@0
|
129 |
#undef sigreturn
|
sl@0
|
130 |
#undef sigsetmask
|
sl@0
|
131 |
#undef sleep
|
sl@0
|
132 |
#undef system
|
sl@0
|
133 |
#undef tcdrain
|
sl@0
|
134 |
#undef wait
|
sl@0
|
135 |
#endif /* 0 */
|
sl@0
|
136 |
|
sl@0
|
137 |
#ifdef _SIGNAL_H_
|
sl@0
|
138 |
int _sigaction(int, const struct sigaction *, struct sigaction *);
|
sl@0
|
139 |
#endif
|
sl@0
|
140 |
|
sl@0
|
141 |
#ifdef _SYS_EVENT_H_
|
sl@0
|
142 |
int _kevent(int, const struct kevent *, int, struct kevent *,
|
sl@0
|
143 |
int, const struct timespec *);
|
sl@0
|
144 |
#endif
|
sl@0
|
145 |
|
sl@0
|
146 |
#ifdef _SYS_FCNTL_H_
|
sl@0
|
147 |
int _flock(int, int);
|
sl@0
|
148 |
#endif
|
sl@0
|
149 |
|
sl@0
|
150 |
#undef err
|
sl@0
|
151 |
#undef warn
|
sl@0
|
152 |
#undef nsdispatch
|
sl@0
|
153 |
|
sl@0
|
154 |
#endif /* _UN_NAMESPACE_H_ */
|