Deleted Added
full compact
unistd.h (232776) unistd.h (239347)
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 232776 2012-03-10 08:48:52Z kib $
30 * $FreeBSD: head/sys/sys/unistd.h 239347 2012-08-17 02:26:31Z davidxu $
31 */
32
33#ifndef _SYS_UNISTD_H_
34#define _SYS_UNISTD_H_
35
36#include <sys/cdefs.h>
37
38/*

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

48 * complete headers, types, and function declarations as specified by
49 * the POSIX standard; however, if the relevant sysconf() function
50 * returns -1, the functions may be stubbed out.
51 */
52#define _POSIX_ADVISORY_INFO 200112L
53#define _POSIX_ASYNCHRONOUS_IO 0
54#define _POSIX_CHOWN_RESTRICTED 1
55#define _POSIX_CLOCK_SELECTION (-1)
31 */
32
33#ifndef _SYS_UNISTD_H_
34#define _SYS_UNISTD_H_
35
36#include <sys/cdefs.h>
37
38/*

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

48 * complete headers, types, and function declarations as specified by
49 * the POSIX standard; however, if the relevant sysconf() function
50 * returns -1, the functions may be stubbed out.
51 */
52#define _POSIX_ADVISORY_INFO 200112L
53#define _POSIX_ASYNCHRONOUS_IO 0
54#define _POSIX_CHOWN_RESTRICTED 1
55#define _POSIX_CLOCK_SELECTION (-1)
56#define _POSIX_CPUTIME (-1)
56#define _POSIX_CPUTIME 200112L
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 200112L

--- 133 unchanged lines hidden ---
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 200112L

--- 133 unchanged lines hidden ---