Deleted Added
full compact
unistd.h (175220) unistd.h (175431)
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. 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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)unistd.h 8.12 (Berkeley) 4/27/95
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. 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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)unistd.h 8.12 (Berkeley) 4/27/95
34 * $FreeBSD: head/include/unistd.h 175220 2008-01-10 22:11:21Z jhb $
34 * $FreeBSD: head/include/unistd.h 175431 2008-01-18 08:48:32Z davidxu $
35 */
36
37#ifndef _UNISTD_H_
38#define _UNISTD_H_
39
40#include <sys/cdefs.h>
41#include <sys/types.h> /* XXX adds too much pollution. */
42#include <sys/unistd.h>

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

106#define _POSIX_BARRIERS 200112L
107#define _POSIX_READER_WRITER_LOCKS 200112L
108#define _POSIX_REGEXP 1
109#define _POSIX_SHELL 1
110#define _POSIX_SPAWN -1
111#define _POSIX_SPIN_LOCKS 200112L
112#define _POSIX_THREAD_ATTR_STACKADDR 200112L
113#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
35 */
36
37#ifndef _UNISTD_H_
38#define _UNISTD_H_
39
40#include <sys/cdefs.h>
41#include <sys/types.h> /* XXX adds too much pollution. */
42#include <sys/unistd.h>

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

106#define _POSIX_BARRIERS 200112L
107#define _POSIX_READER_WRITER_LOCKS 200112L
108#define _POSIX_REGEXP 1
109#define _POSIX_SHELL 1
110#define _POSIX_SPAWN -1
111#define _POSIX_SPIN_LOCKS 200112L
112#define _POSIX_THREAD_ATTR_STACKADDR 200112L
113#define _POSIX_THREAD_ATTR_STACKSIZE 200112L
114#define _POSIX_THREAD_CPUTIME -1
114#define _POSIX_THREAD_CPUTIME 200112L
115#define _POSIX_THREAD_PRIO_INHERIT 200112L
116#define _POSIX_THREAD_PRIO_PROTECT 200112L
117#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
118#define _POSIX_THREAD_PROCESS_SHARED -1
119#define _POSIX_THREAD_SAFE_FUNCTIONS -1
120#define _POSIX_THREAD_SPORADIC_SERVER -1
121#define _POSIX_THREADS 200112L
122#define _POSIX_TRACE -1

--- 442 unchanged lines hidden ---
115#define _POSIX_THREAD_PRIO_INHERIT 200112L
116#define _POSIX_THREAD_PRIO_PROTECT 200112L
117#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
118#define _POSIX_THREAD_PROCESS_SHARED -1
119#define _POSIX_THREAD_SAFE_FUNCTIONS -1
120#define _POSIX_THREAD_SPORADIC_SERVER -1
121#define _POSIX_THREADS 200112L
122#define _POSIX_TRACE -1

--- 442 unchanged lines hidden ---