Deleted Added
full compact
unistd.h (151578) unistd.h (151659)
1/*-
2 * Copyright (c) 1989, 1993
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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)unistd.h 8.2 (Berkeley) 1/7/94
1/*-
2 * Copyright (c) 1989, 1993
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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)unistd.h 8.2 (Berkeley) 1/7/94
30 * $FreeBSD: head/sys/sys/unistd.h 151578 2005-10-23 05:36:41Z davidxu $
30 * $FreeBSD: head/sys/sys/unistd.h 151659 2005-10-25 19:54:25Z wollman $
31 */
32
33#ifndef _SYS_UNISTD_H_
34#define _SYS_UNISTD_H_
35
36#include <sys/cdefs.h>
37
38/*

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

57#define _POSIX_FSYNC 200112L
58#define _POSIX_IPV6 0
59#define _POSIX_JOB_CONTROL 1
60#define _POSIX_MAPPED_FILES 200112L
61#define _POSIX_MEMLOCK -1
62#define _POSIX_MEMLOCK_RANGE 200112L
63#define _POSIX_MEMORY_PROTECTION 200112L
64#define _POSIX_MESSAGE_PASSING -1
31 */
32
33#ifndef _SYS_UNISTD_H_
34#define _SYS_UNISTD_H_
35
36#include <sys/cdefs.h>
37
38/*

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

57#define _POSIX_FSYNC 200112L
58#define _POSIX_IPV6 0
59#define _POSIX_JOB_CONTROL 1
60#define _POSIX_MAPPED_FILES 200112L
61#define _POSIX_MEMLOCK -1
62#define _POSIX_MEMLOCK_RANGE 200112L
63#define _POSIX_MEMORY_PROTECTION 200112L
64#define _POSIX_MESSAGE_PASSING -1
65#define _POSIX_MONOTONIC_CLOCK -1
65#define _POSIX_MONOTONIC_CLOCK 200112L
66#define _POSIX_NO_TRUNC 1
67#define _POSIX_PRIORITIZED_IO -1
68#define _POSIX_PRIORITY_SCHEDULING 200112L
69#define _POSIX_RAW_SOCKETS 200112L
70#define _POSIX_REALTIME_SIGNALS 200112L
71#define _POSIX_SEMAPHORES -1
72#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
73#define _POSIX_SPORADIC_SERVER -1

--- 107 unchanged lines hidden ---
66#define _POSIX_NO_TRUNC 1
67#define _POSIX_PRIORITIZED_IO -1
68#define _POSIX_PRIORITY_SCHEDULING 200112L
69#define _POSIX_RAW_SOCKETS 200112L
70#define _POSIX_REALTIME_SIGNALS 200112L
71#define _POSIX_SEMAPHORES -1
72#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
73#define _POSIX_SPORADIC_SERVER -1

--- 107 unchanged lines hidden ---