Deleted Added
full compact
unistd.h (105789) unistd.h (106055)
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

--- 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.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

--- 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.2 (Berkeley) 1/7/94
34 * $FreeBSD: head/sys/sys/unistd.h 105789 2002-10-23 12:13:10Z phk $
34 * $FreeBSD: head/sys/sys/unistd.h 106055 2002-10-27 18:03:02Z wollman $
35 */
36
37#ifndef _SYS_UNISTD_H_
38#define _SYS_UNISTD_H_
39
40#include <sys/cdefs.h>
41
42/*

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

54 * returns -1, the functions may be stubbed out.
55 */
56#define _POSIX_ADVISORY_INFO -1
57#define _POSIX_ASYNCHRONOUS_IO 0
58#define _POSIX_CHOWN_RESTRICTED 1
59#define _POSIX_CLOCK_SELECTION -1
60#define _POSIX_CPUTIME -1
61#define _POSIX_FSYNC 200112L
35 */
36
37#ifndef _SYS_UNISTD_H_
38#define _SYS_UNISTD_H_
39
40#include <sys/cdefs.h>
41
42/*

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

54 * returns -1, the functions may be stubbed out.
55 */
56#define _POSIX_ADVISORY_INFO -1
57#define _POSIX_ASYNCHRONOUS_IO 0
58#define _POSIX_CHOWN_RESTRICTED 1
59#define _POSIX_CLOCK_SELECTION -1
60#define _POSIX_CPUTIME -1
61#define _POSIX_FSYNC 200112L
62#define _POSIX_IPV6 0
62#define _POSIX_JOB_CONTROL 1
63#define _POSIX_MAPPED_FILES 200112L
64#define _POSIX_MEMLOCK -1
65#define _POSIX_MEMLOCK_RANGE 200112L
66#define _POSIX_MEMORY_PROTECTION 200112L
67#define _POSIX_MESSAGE_PASSING -1
68#define _POSIX_MONOTONIC_CLOCK -1
69#define _POSIX_NO_TRUNC 1

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

137
138#if __POSIX_VISIBLE >= 200112
139#define _PC_ALLOC_SIZE_MIN 10
140#define _PC_FILESIZEBITS 12
141#define _PC_REC_INCR_XFER_SIZE 14
142#define _PC_REC_MAX_XFER_SIZE 15
143#define _PC_REC_MIN_XFER_SIZE 16
144#define _PC_REC_XFER_ALIGN 17
63#define _POSIX_JOB_CONTROL 1
64#define _POSIX_MAPPED_FILES 200112L
65#define _POSIX_MEMLOCK -1
66#define _POSIX_MEMLOCK_RANGE 200112L
67#define _POSIX_MEMORY_PROTECTION 200112L
68#define _POSIX_MESSAGE_PASSING -1
69#define _POSIX_MONOTONIC_CLOCK -1
70#define _POSIX_NO_TRUNC 1

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

138
139#if __POSIX_VISIBLE >= 200112
140#define _PC_ALLOC_SIZE_MIN 10
141#define _PC_FILESIZEBITS 12
142#define _PC_REC_INCR_XFER_SIZE 14
143#define _PC_REC_MAX_XFER_SIZE 15
144#define _PC_REC_MIN_XFER_SIZE 16
145#define _PC_REC_XFER_ALIGN 17
146#define _PC_SYMLINK_MAX 18
145#endif
146
147#if __BSD_VISIBLE
148#define _PC_ACL_EXTENDED 59
149#define _PC_ACL_PATH_MAX 60
150#define _PC_CAP_PRESENT 61
151#define _PC_INF_PRESENT 62
152#define _PC_MAC_PRESENT 63

--- 29 unchanged lines hidden ---
147#endif
148
149#if __BSD_VISIBLE
150#define _PC_ACL_EXTENDED 59
151#define _PC_ACL_PATH_MAX 60
152#define _PC_CAP_PRESENT 61
153#define _PC_INF_PRESENT 62
154#define _PC_MAC_PRESENT 63

--- 29 unchanged lines hidden ---