Deleted Added
full compact
namespace.h (93399) namespace.h (106288)
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/namespace.h 93399 2002-03-29 22:43:43Z markm $
26 * $FreeBSD: head/lib/libc/include/namespace.h 106288 2002-11-01 09:37:17Z dfr $
27 */
28
29#ifndef _NAMESPACE_H_
30#define _NAMESPACE_H_
31
32/*
33 * Adjust names so that headers declare "hidden" names.
34 */

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

72#define getsockopt _getsockopt
73#define ioctl _ioctl
74/* #define kevent _kevent */
75#define listen _listen
76#define nanosleep _nanosleep
77#define open _open
78#define poll _poll
79#define pthread_cond_signal _pthread_cond_signal
27 */
28
29#ifndef _NAMESPACE_H_
30#define _NAMESPACE_H_
31
32/*
33 * Adjust names so that headers declare "hidden" names.
34 */

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

72#define getsockopt _getsockopt
73#define ioctl _ioctl
74/* #define kevent _kevent */
75#define listen _listen
76#define nanosleep _nanosleep
77#define open _open
78#define poll _poll
79#define pthread_cond_signal _pthread_cond_signal
80#define pthread_cond_broadcast _pthread_cond_broadcast
80#define pthread_cond_wait _pthread_cond_wait
81#define pthread_cond_init _pthread_cond_init
82#define pthread_exit _pthread_exit
83#define pthread_getspecific _pthread_getspecific
84#define pthread_key_create _pthread_key_create
85#define pthread_key_delete _pthread_key_delete
86#define pthread_main_np _pthread_main_np
87#define pthread_mutex_destroy _pthread_mutex_destroy

--- 69 unchanged lines hidden ---
81#define pthread_cond_wait _pthread_cond_wait
82#define pthread_cond_init _pthread_cond_init
83#define pthread_exit _pthread_exit
84#define pthread_getspecific _pthread_getspecific
85#define pthread_key_create _pthread_key_create
86#define pthread_key_delete _pthread_key_delete
87#define pthread_main_np _pthread_main_np
88#define pthread_mutex_destroy _pthread_mutex_destroy

--- 69 unchanged lines hidden ---