Deleted Added
sdiff udiff text old ( 71579 ) new ( 72373 )
full compact
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 72373 2001-02-11 22:06:43Z deischen $
27 */
28
29#ifndef _UN_NAMESPACE_H_
30#define _UN_NAMESPACE_H_
31
32#undef accept
33#undef bind
34#undef close

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

60#undef pthread_mutex_init
61#undef pthread_mutex_lock
62#undef pthread_mutex_trylock
63#undef pthread_mutex_unlock
64#undef pthread_mutexattr_init
65#undef pthread_mutexattr_destroy
66#undef pthread_mutexattr_settype
67#undef pthread_once
68#undef pthread_self
69#undef pthread_setspecific
70#undef read
71#undef readv
72#undef recvfrom
73#undef recvmsg
74#undef select
75#undef sendmsg
76#undef sendto

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

98#undef pthread_rwlock_init
99#undef pthread_rwlock_rdlock
100#undef pthread_rwlock_tryrdlock
101#undef pthread_rwlock_trywrlock
102#undef pthread_rwlock_unlock
103#undef pthread_rwlock_wrlock
104#undef pthread_rwlockattr_init
105#undef pthread_rwlockattr_destroy
106#undef sched_yield
107#undef sendfile
108#undef shutdown
109#undef sigaltstack
110#undef signanosleep
111#undef sigpending
112#undef sigreturn
113#undef sigsetmask

--- 21 unchanged lines hidden ---