Deleted Added
full compact
un-namespace.h (93399) un-namespace.h (106866)
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 unchanged lines hidden (view full) ---

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 *
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 unchanged lines hidden (view full) ---

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: head/lib/libc/include/un-namespace.h 93399 2002-03-29 22:43:43Z markm $
26 * $FreeBSD: head/lib/libc/include/un-namespace.h 106866 2002-11-13 18:12:09Z deischen $
27 */
28
29#ifndef _UN_NAMESPACE_H_
30#define _UN_NAMESPACE_H_
31
32#undef accept
33#undef __acl_aclcheck_fd
34#undef __acl_delete_fd

--- 20 unchanged lines hidden (view full) ---

55#undef getprogname
56#undef getsockname
57#undef getsockopt
58#undef ioctl
59#undef kevent
60#undef listen
61#undef nanosleep
62#undef open
27 */
28
29#ifndef _UN_NAMESPACE_H_
30#define _UN_NAMESPACE_H_
31
32#undef accept
33#undef __acl_aclcheck_fd
34#undef __acl_delete_fd

--- 20 unchanged lines hidden (view full) ---

55#undef getprogname
56#undef getsockname
57#undef getsockopt
58#undef ioctl
59#undef kevent
60#undef listen
61#undef nanosleep
62#undef open
63#undef poll
64#undef pthread_cond_broadcast
65#undef pthread_cond_destroy
66#undef pthread_cond_init
67#undef pthread_cond_signal
68#undef pthread_cond_timedwait
69#undef pthread_cond_wait
70#undef pthread_exit
63#undef pthread_getspecific
64#undef pthread_key_create
65#undef pthread_key_delete
71#undef pthread_getspecific
72#undef pthread_key_create
73#undef pthread_key_delete
74#undef pthread_main_np
66#undef pthread_mutex_destroy
67#undef pthread_mutex_init
68#undef pthread_mutex_lock
69#undef pthread_mutex_trylock
70#undef pthread_mutex_unlock
71#undef pthread_mutexattr_init
72#undef pthread_mutexattr_destroy
73#undef pthread_mutexattr_settype
74#undef pthread_once
75#undef pthread_mutex_destroy
76#undef pthread_mutex_init
77#undef pthread_mutex_lock
78#undef pthread_mutex_trylock
79#undef pthread_mutex_unlock
80#undef pthread_mutexattr_init
81#undef pthread_mutexattr_destroy
82#undef pthread_mutexattr_settype
83#undef pthread_once
84#undef pthread_rwlock_destroy
85#undef pthread_rwlock_init
86#undef pthread_rwlock_rdlock
87#undef pthread_rwlock_wrlock
88#undef pthread_rwlock_tryrdlock
89#undef pthread_rwlock_trywrlock
90#undef pthread_rwlock_unlock
75#undef pthread_self
76#undef pthread_setspecific
91#undef pthread_self
92#undef pthread_setspecific
93#undef pthread_sigmask
77#undef read
78#undef readv
79#undef recvfrom
80#undef recvmsg
81#undef select
82#undef sendmsg
83#undef sendto
84#undef setsockopt

--- 10 unchanged lines hidden (view full) ---

95#undef creat
96#undef fchflags
97#undef fchmod
98#undef fpathconf
99#undef ftrylockfile
100#undef msync
101#undef nfssvc
102#undef pause
94#undef read
95#undef readv
96#undef recvfrom
97#undef recvmsg
98#undef select
99#undef sendmsg
100#undef sendto
101#undef setsockopt

--- 10 unchanged lines hidden (view full) ---

112#undef creat
113#undef fchflags
114#undef fchmod
115#undef fpathconf
116#undef ftrylockfile
117#undef msync
118#undef nfssvc
119#undef pause
103#undef poll
104#undef pthread_rwlock_destroy
105#undef pthread_rwlock_init
106#undef pthread_rwlock_rdlock
107#undef pthread_rwlock_tryrdlock
108#undef pthread_rwlock_trywrlock
109#undef pthread_rwlock_unlock
110#undef pthread_rwlock_wrlock
111#undef pthread_rwlockattr_init
112#undef pthread_rwlockattr_destroy
113#undef sched_yield
114#undef sendfile
115#undef shutdown
116#undef sigaltstack
117#undef sigpending
118#undef sigreturn

--- 25 unchanged lines hidden ---
120#undef pthread_rwlockattr_init
121#undef pthread_rwlockattr_destroy
122#undef sched_yield
123#undef sendfile
124#undef shutdown
125#undef sigaltstack
126#undef sigpending
127#undef sigreturn

--- 25 unchanged lines hidden ---