Deleted Added
full compact
namespace.h (214093) namespace.h (218414)
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 214093 2010-10-20 02:34:02Z davidxu $
26 * $FreeBSD: head/lib/libc/include/namespace.h 218414 2011-02-07 21:26:46Z jkim $
27 */
28
29#ifndef _NAMESPACE_H_
30#define _NAMESPACE_H_
31
32/*
33 * Adjust names so that headers declare "hidden" names.
34 *

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

132#define pthread_equal _pthread_equal
133#define pthread_exit _pthread_exit
134#define pthread_getaffinity_np _pthread_getaffinity_np
135#define pthread_getconcurrency _pthread_getconcurrency
136#define pthread_getcpuclockid _pthread_getcpuclockid
137#define pthread_getprio _pthread_getprio
138#define pthread_getschedparam _pthread_getschedparam
139#define pthread_getspecific _pthread_getspecific
27 */
28
29#ifndef _NAMESPACE_H_
30#define _NAMESPACE_H_
31
32/*
33 * Adjust names so that headers declare "hidden" names.
34 *

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

132#define pthread_equal _pthread_equal
133#define pthread_exit _pthread_exit
134#define pthread_getaffinity_np _pthread_getaffinity_np
135#define pthread_getconcurrency _pthread_getconcurrency
136#define pthread_getcpuclockid _pthread_getcpuclockid
137#define pthread_getprio _pthread_getprio
138#define pthread_getschedparam _pthread_getschedparam
139#define pthread_getspecific _pthread_getspecific
140#define pthread_getthreadid_np _pthread_getthreadid_np
140#define pthread_join _pthread_join
141#define pthread_key_create _pthread_key_create
142#define pthread_key_delete _pthread_key_delete
143#define pthread_kill _pthread_kill
144#define pthread_main_np _pthread_main_np
145#define pthread_multi_np _pthread_multi_np
146#define pthread_mutex_destroy _pthread_mutex_destroy
147#define pthread_mutex_getprioceiling _pthread_mutex_getprioceiling

--- 117 unchanged lines hidden ---
141#define pthread_join _pthread_join
142#define pthread_key_create _pthread_key_create
143#define pthread_key_delete _pthread_key_delete
144#define pthread_kill _pthread_kill
145#define pthread_main_np _pthread_main_np
146#define pthread_multi_np _pthread_multi_np
147#define pthread_mutex_destroy _pthread_mutex_destroy
148#define pthread_mutex_getprioceiling _pthread_mutex_getprioceiling

--- 117 unchanged lines hidden ---