UNISTD.H(7) Miscellaneous Information Manual UNISTD.H(7)

unistd.hstandard symbolic constants and types

#include <unistd.h>

The <unistd.h> header defines miscellaneous symbolic constants and types, and declares miscellaneous functions. The actual values of the constants are unspecified except as shown. The contents of this header are shown below.

Version Test Macros

The following symbolic constants shall be defined:

Integer value indicating version of IEEE Std 1003.1 (“POSIX.1”) (C-language binding) to which the implementation conforms. For implementations conforming to IEEE Std 1003.1-2001 (“POSIX.1”), the value shall be 200112L.
Integer value indicating version of the Shell and Utilities volume of IEEE Std 1003.1 (“POSIX.1”) to which the implementation conforms. For implementations conforming to IEEE Std 1003.1-2001 (“POSIX.1”), the value shall be 200112L.

The following symbolic constant shall be defined only if the implementation supports the XSI option; see xbd_chap02(7) .

[XSI]
Integer value indicating version of the X/Open Portability Guide to which the implementation conforms. The value shall be 600.

The following symbolic constants, if defined in <unistd.h>, shall have a value of -1, 0, or greater, unless otherwise specified below. If these are undefined, the fpathconf(3), pathconf(3), or sysconf(3) functions can be used to determine whether the option is provided for a particular invocation of the application.

If a symbolic constant is defined with the value -1, the option is not supported. Headers, data types, and function interfaces required only for the option need not be supplied. An application that attempts to use anything associated only with the option is considered to be requiring an extension.

If a symbolic constant is defined with a value greater than zero, the option shall always be supported when the application is executed. All headers, data types, and functions shall be present and shall operate as specified.

If a symbolic constant is defined with the value zero, all headers, data types, and functions shall be present. The application can check at runtime to see whether the option is supported by calling fpathconf(3), pathconf(3), or sysconf(3) with the indicated parameter.

Unless explicitly specified otherwise, the behavior of functions associated with an unsupported option is unspecified, and an application that uses such functions without first checking fpathconf(3), pathconf(3), or sysconf(3) is considered to be requiring an extension.

For conformance requirements, refer to xbd_chap02(7) .

[ADV]
The implementation supports the Advisory Information option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[AIO]
The implementation supports the Asynchronous Input and Output option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BAR]
The implementation supports the Barriers option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The use of () and () is restricted to a process with appropriate privileges, and to changing the group ID of a file only to the effective group ID of the process or to one of its supplementary group IDs. This symbol shall always be set to a value other than -1.
[CS]
The implementation supports the Clock Selection option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[CPT]
The implementation supports the Process CPU-Time Clocks option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[FSC]
The implementation supports the File Synchronization option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The implementation supports job control. This symbol shall always be set to a value greater than zero.
[MF]
The implementation supports the Memory Mapped Files option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[ML]
The implementation supports the Process Memory Locking option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[MR]
The implementation supports the Range Memory Locking option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[MPR]
The implementation supports the Memory Protection option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[MSG]
The implementation supports the Message Passing option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[MON]
The implementation supports the Monotonic Clock option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
Pathname components longer than {NAME_MAX} generate an error. This symbol shall always be set to a value other than -1.
[PIO]
The implementation supports the Prioritized Input and Output option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[PS]
The implementation supports the Process Scheduling option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[RS]
The implementation supports the Raw Sockets option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[THR]
The implementation supports the Read-Write Locks option. This is always set to a value greater than zero if the Threads option is supported. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[RTS]
The implementation supports the Realtime Signals Extension option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The implementation supports the Regular Expression Handling option. This symbol shall always be set to a value greater than zero.
Each process has a saved set-user-ID and a saved set-group-ID. This symbol shall always be set to a value greater than zero.
[SEM]
The implementation supports the Semaphores option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[SHM]
The implementation supports the Shared Memory Objects option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The implementation supports the POSIX shell. This symbol shall always be set to a value greater than zero.
[SPN]
The implementation supports the Spawn option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[SPI]
The implementation supports the Spin Locks option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[SS]
The implementation supports the Process Sporadic Server option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[SIO]
The implementation supports the Synchronized Input and Output option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TSA]
The implementation supports the Thread Stack Address Attribute option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TSS]
The implementation supports the Thread Stack Address Size option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TCT]
The implementation supports the Thread CPU-Time Clocks option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TPI]
The implementation supports the Thread Priority Inheritance option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TPP]
The implementation supports the Thread Priority Protection option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TPS]
The implementation supports the Thread Execution Scheduling option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TSH]
The implementation supports the Thread Process-Shared Synchronization option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TSF]
The implementation supports the Thread-Safe Functions option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TSP]
The implementation supports the Thread Sporadic Server option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[THR]
The implementation supports the Threads option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TMO]
The implementation supports the Timeouts option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TMR]
The implementation supports the Timers option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TRC]
The implementation supports the Trace option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TEF]
The implementation supports the Trace Event Filter option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TRI]
The implementation supports the Trace Inherit option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TRL]
The implementation supports the Trace Log option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[TYM]
The implementation supports the Typed Memory Objects option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
This symbol shall be defined to be the value of a character that shall disable terminal special character handling as described in <termios.h> . This symbol shall always be set to a value other than -1.
The implementation supports the C-Language Binding option. This symbol shall always have the value 200112L.
[CD]
The implementation supports the C-Language Development Utilities option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The implementation supports at least one terminal type.
[FD]
The implementation supports the FORTRAN Development Utilities option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[FR]
The implementation supports the FORTRAN Runtime Utilities option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The implementation supports the creation of locales by the utility. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BE]
The implementation supports the Batch Environment Services and Utilities option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BE]
The implementation supports the Batch Accounting option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BE]
The implementation supports the Batch Checkpoint/Restart option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BE]
The implementation supports the Locate Batch Job Request option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BE]
The implementation supports the Batch Job Message Request option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[BE]
The implementation supports the Track Batch Job Request option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[SD]
The implementation supports the Software Development Utilities option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
[UP]
The implementation supports the User Portability Utilities option. If this symbol has a value other than -1 or 0, it shall have the value 200112L.
The implementation provides a C-language compilation environment with 32-bit int , long , pointer , and off_t types.
The implementation provides a C-language compilation environment with 32-bit int , long , and pointer types and an off_t type using at least 64 bits.
The implementation provides a C-language compilation environment with 32-bit int and 64-bit long , pointer , and off_t types.
The implementation provides a C-language compilation environment with an int type using at least 32 bits and long , pointer , and off_t types using at least 64 bits.
[XSI]
The implementation provides a C-language compilation environment with 32-bit int , long , pointer , and off_t types.
[XSI]
The implementation provides a C-language compilation environment with 32-bit int , long , and pointer types and an off_t type using at least 64 bits.
[XSI]
The implementation provides a C-language compilation environment with 32-bit int and 64-bit long , pointer , and off_t types.
[XSI]
The implementation provides a C-language compilation environment with an int type using at least 32 bits and long , pointer , and off_t types using at least 64 bits.
[XSI]
The implementation supports the X/Open Encryption Option Group.
The implementation supports the Issue 4, Version 2 Enhanced Internationalization Option Group. This symbol shall always be set to a value other than -1.
The implementation supports the Legacy Option Group.
The implementation supports the X/Open Realtime Option Group.
The implementation supports the X/Open Realtime Threads Option Group.
The implementation supports the Issue 4, Version 2 Shared Memory Option Group. This symbol shall always be set to a value other than -1.
The implementation supports the XSI STREAMS Option Group.
[XSI]
The implementation supports the XSI extension.

If any of the following constants are not defined in the <unistd.h> header, the value shall vary depending on the file to which it is applied.

If any of the following constants are defined to have value -1 in the <unistd.h> header, the implementation shall not provide the option on any file; if any are defined to have a value other than -1 in the <unistd.h> header, the implementation shall provide the option on all applicable files.

All of the following constants, whether defined in <unistd.h> or not, may be queried with respect to a specific file using the pathconf(3) or fpathconf(3) functions:

Asynchronous input or output operations may be performed for the associated file.
Prioritized input or output operations may be performed for the associated file.
Synchronized input or output operations may be performed for the associated file.

The following symbolic constant shall be defined:

Null pointer

The following symbolic constants shall be defined for the access(3) function:

Test for existence of file.
Test for read permission.
Test for write permission.
Test for execute (search) permission.

The constants F_OK, R_OK, W_OK, and X_OK and the expressions R_OK | W_OK, R_OK | X_OK, and R_OK | W_OK | X_OK shall all have distinct values.

The following symbolic constants shall be defined for the confstr(3) function:

This is the value for the PATH environment variable that finds all standard utilities.
If sysconf (_SC_V6_ILP32_OFF32) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of initial options to be given to the c99 utility to build an application using a programming model with 32-bit int , long , pointer , and off_t types.
If sysconf (_SC_V6_ILP32_OFF32) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of final options to be given to the c99 utility to build an application using a programming model with 32-bit int , long , pointer , and off_t types.
If sysconf (_SC_V6_ILP32_OFF32) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of libraries to be given to the c99 utility to build an application using a programming model with 32-bit int , long , pointer , and off_t types.
If sysconf (_SC_V6_ILP32_OFFBIG) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of initial options to be given to the c99 utility to build an application using a programming model with 32-bit int , long , and pointer types, and an off_t type using at least 64 bits.
If sysconf (_SC_V6_ILP32_OFFBIG) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of final options to be given to the c99 utility to build an application using a programming model with 32-bit int , long , and pointer types, and an off_t type using at least 64 bits.
If sysconf (_SC_V6_ILP32_OFFBIG) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of libraries to be given to the c99 utility to build an application using a programming model with 32-bit int , long , and pointer types, and an off_t type using at least 64 bits.
If sysconf (_SC_V6_LP64_OFF64) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of initial options to be given to the c99 utility to build an application using a programming model with 64-bit int , long , pointer , and off_t types.
If sysconf (_SC_V6_LP64_OFF64) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of final options to be given to the c99 utility to build an application using a programming model with 64-bit int , long , pointer , and off_t types.
If sysconf (_SC_V6_LP64_OFF64) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of libraries to be given to the c99 utility to build an application using a programming model with 64-bit int , long , pointer , and off_t types.
If sysconf (_SC_V6_LPBIG_OFFBIG) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of initial options to be given to the c99 utility to build an application using a programming model with an int type using at least 32 bits and long , pointer , and off_t types using at least 64 bits.
If sysconf (_SC_V6_LPBIG_OFFBIG) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of final options to be given to the c99 utility to build an application using a programming model with an int type using at least 32 bits and long , pointer , and off_t types using at least 64 bits.
If sysconf (_SC_V6_LPBIG_OFFBIG) returns -1, the meaning of this value is unspecified. Otherwise, this value is the set of libraries to be given to the c99 utility to build an application using a programming model with an int type using at least 32 bits and long , pointer , and off_t types using at least 64 bits.
This value is a <newline>-separated list of names of programming environments supported by the implementation in which the widths of the blksize_t , cc_t , mode_t , nfds_t , pid_t , ptrdiff_t , size_t , speed_t , ssize_t , suseconds_t , tcflag_t , useconds_t , wchar_t , and wint_t types are no greater than the width of type long .

[XSI] The following symbolic constants are reserved for compatibility with Issue 5:

_CS_XBS5_ILP32_OFF32_CFLAGS ( LEGACY) _CS_XBS5_ILP32_OFF32_LDFLAGS ( LEGACY) _CS_XBS5_ILP32_OFF32_LIBS ( LEGACY) _CS_XBS5_ILP32_OFF32_LINTFLAGS ( LEGACY) _CS_XBS5_ILP32_OFFBIG_CFLAGS ( LEGACY) _CS_XBS5_ILP32_OFFBIG_LDFLAGS ( LEGACY) _CS_XBS5_ILP32_OFFBIG_LIBS ( LEGACY) _CS_XBS5_ILP32_OFFBIG_LINTFLAGS ( LEGACY) _CS_XBS5_LP64_OFF64_CFLAGS ( LEGACY) _CS_XBS5_LP64_OFF64_LDFLAGS ( LEGACY) _CS_XBS5_LP64_OFF64_LIBS ( LEGACY) _CS_XBS5_LP64_OFF64_LINTFLAGS ( LEGACY) _CS_XBS5_LPBIG_OFFBIG_CFLAGS ( LEGACY) _CS_XBS5_LPBIG_OFFBIG_LDFLAGS ( LEGACY) _CS_XBS5_LPBIG_OFFBIG_LIBS ( LEGACY) _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS ( LEGACY)

The following symbolic constants shall be defined for the lseek(3) and fcntl(3) functions and shall have distinct values:

Set file offset to current plus offset .
Set file offset to EOF plus offset .
Set file offset to offset .

The following symbolic constants shall be defined as possible values for the argument to the lockf(3) function:

Lock a section for exclusive use.
Test section for locks by other processes.
Test and lock a section for exclusive use.
Unlock locked sections.

The following symbolic constants shall be defined for pathconf(3):

[ADV] _PC_ALLOC_SIZE_MIN _PC_ASYNC_IO _PC_CHOWN_RESTRICTED _PC_FILESIZEBITS _PC_LINK_MAX _PC_MAX_CANON _PC_MAX_INPUT _PC_NAME_MAX _PC_NO_TRUNC _PC_PATH_MAX _PC_PIPE_BUF _PC_PRIO_IO [ADV] _PC_REC_INCR_XFER_SIZE _PC_REC_MAX_XFER_SIZE _PC_REC_MIN_XFER_SIZE _PC_REC_XFER_ALIGN _PC_SYNC_IO _PC_VDISABLE

The following symbolic constants shall be defined for sysconf(3):

_SC_2_C_BIND _SC_2_C_DEV _SC_2_C_VERSION _SC_2_CHAR_TERM _SC_2_FORT_DEV _SC_2_FORT_RUN _SC_2_LOCALEDEF _SC_2_PBS _SC_2_PBS_ACCOUNTING _SC_2_PBS_CHECKPOINT _SC_2_PBS_LOCATE _SC_2_PBS_MESSAGE _SC_2_PBS_TRACK _SC_2_SW_DEV _SC_2_UPE _SC_2_VERSION _SC_ADVISORY_INFO _SC_ARG_MAX _SC_AIO_LISTIO_MAX _SC_AIO_MAX _SC_AIO_PRIO_DELTA_MAX _SC_ASYNCHRONOUS_IO [XSI] _SC_ATEXIT_MAX _SC_BARRIERS _SC_BC_BASE_MAX _SC_BC_DIM_MAX _SC_BC_SCALE_MAX _SC_BC_STRING_MAX _SC_CHILD_MAX _SC_CLK_TCK _SC_CLOCK_SELECTION _SC_COLL_WEIGHTS_MAX _SC_CPUTIME _SC_DELAYTIMER_MAX _SC_EXPR_NEST_MAX _SC_FILE_LOCKING _SC_FSYNC _SC_GETGR_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX _SC_HOST_NAME_MAX [XSI] _SC_IOV_MAX _SC_JOB_CONTROL _SC_LINE_MAX _SC_LOGIN_NAME_MAX _SC_MAPPED_FILES _SC_MEMLOCK _SC_MEMLOCK_RANGE _SC_MEMORY_PROTECTION _SC_MESSAGE_PASSING _SC_MONOTONIC_CLOCK _SC_MQ_OPEN_MAX _SC_MQ_PRIO_MAX _SC_NGROUPS_MAX _SC_OPEN_MAX [XSI] _SC_PAGE_SIZE _SC_PAGESIZE _SC_PRIORITIZED_IO _SC_PRIORITY_SCHEDULING _SC_RE_DUP_MAX _SC_READER_WRITER_LOCKS _SC_REALTIME_SIGNALS _SC_REGEXP _SC_RTSIG_MAX _SC_SAVED_IDS _SC_SEMAPHORES _SC_SEM_NSEMS_MAX _SC_SEM_VALUE_MAX _SC_SHARED_MEMORY_OBJECTS _SC_SHELL _SC_SIGQUEUE_MAX _SC_SPAWN _SC_SPIN_LOCKS _SC_SPORADIC_SERVER _SC_STREAM_MAX _SC_SYNCHRONIZED_IO _SC_THREAD_ATTR_STACKADDR _SC_THREAD_ATTR_STACKSIZE _SC_THREAD_CPUTIME _SC_THREAD_DESTRUCTOR_ITERATIONS _SC_THREAD_KEYS_MAX _SC_THREAD_PRIO_INHERIT _SC_THREAD_PRIO_PROTECT _SC_THREAD_PRIORITY_SCHEDULING _SC_THREAD_PROCESS_SHARED _SC_THREAD_SAFE_FUNCTIONS _SC_THREAD_SPORADIC_SERVER _SC_THREAD_STACK_MIN _SC_THREAD_THREADS_MAX _SC_TIMEOUTS _SC_THREADS _SC_TIMER_MAX _SC_TIMERS _SC_TRACE _SC_TRACE_EVENT_FILTER _SC_TRACE_INHERIT _SC_TRACE_LOG _SC_TTY_NAME_MAX _SC_TYPED_MEMORY_OBJECTS _SC_TZNAME_MAX _SC_V6_ILP32_OFF32 _SC_V6_ILP32_OFFBIG _SC_V6_LP64_OFF64 _SC_V6_LPBIG_OFFBIG _SC_VERSION [XSI] _SC_XBS5_ILP32_OFF32 ( LEGACY) _SC_XBS5_ILP32_OFFBIG ( LEGACY) _SC_XBS5_LP64_OFF64 ( LEGACY) _SC_XBS5_LPBIG_OFFBIG ( LEGACY) _SC_XOPEN_CRYPT _SC_XOPEN_ENH_I18N _SC_XOPEN_LEGACY _SC_XOPEN_REALTIME _SC_XOPEN_REALTIME_THREADS _SC_XOPEN_SHM _SC_XOPEN_STREAMS _SC_XOPEN_UNIX _SC_XOPEN_VERSION _SC_XOPEN_XCU_VERSION

The two constants _SC_PAGESIZE and _SC_PAGE_SIZE may be defined to have the same value.

The following symbolic constants shall be defined for file streams:

File number of stderr ; 2.
File number of stdin ; 0.
File number of stdout ; 1.

The size_t, , uid_t, gid_t, off_t, pid_t, and useconds_t types shall be defined as described in <sys/types.h>.

The intptr_t type shall be defined as described in <inttypes.h>.

The following shall be declared as functions and may also be defined as macros. Function prototypes shall be provided.

int          access(const char *, int);
unsigned     alarm(unsigned);
int          chdir(const char *);
int          chown(const char *, uid_t, gid_t);
int          close(int);
size_t       confstr(int, char *, size_t);


[XSI]
char        *crypt(const char *, const char *);
char        *ctermid(char *);

int          dup(int);


int          dup2(int, int);
[XSI]
void         encrypt(char[64], int);

int          execl(const char *, const char *, ...);
int          execle(const char *, const char *, ...);
int          execlp(const char *, const char *, ...);
int          execv(const char *, char *const []);
int          execve(const char *, char *const [], char *const []);
int          execvp(const char *, char *const []);
void        _exit(int);
int          fchown(int, uid_t, gid_t);
[XSI]
int          fchdir(int);

[SIO]
int          fdatasync(int);

pid_t        fork(void);
long         fpathconf(int, int);
int          fsync(int);
int          ftruncate(int, off_t);
char        *getcwd(char *, size_t);
gid_t        getegid(void);
uid_t        geteuid(void);
gid_t        getgid(void);
int          getgroups(int, gid_t []);
[XSI]
long         gethostid(void);

int          gethostname(char *, size_t);
char        *getlogin(void);
int          getlogin_r(char *, size_t);
int          getopt(int, char * const [], const char *);
[XSI]
pid_t        getpgid(pid_t);

pid_t        getpgrp(void);
pid_t        getpid(void);
pid_t        getppid(void);
[XSI]
pid_t        getsid(pid_t);

uid_t        getuid(void);
[XSI]
char        *getwd(char *); (LEGACY )

int          isatty(int);
[XSI]
int          lchown(const char *, uid_t, gid_t);

int          link(const char *, const char *);
[XSI]
int          lockf(int, int, off_t);

off_t        lseek(int, off_t, int);
[XSI]
int          nice(int);

long         pathconf(const char *, int);
int          pause(void);
int          pipe(int [2]);
[XSI]
ssize_t      pread(int, void *, size_t, off_t);
ssize_t      pwrite(int, const void *, size_t, off_t);

ssize_t      read(int, void *, size_t);
ssize_t      readlink(const char *restrict, char *restrict, size_t);
int          rmdir(const char *);
int          setegid(gid_t);
int          seteuid(uid_t);
int          setgid(gid_t);


int          setpgid(pid_t, pid_t);
[XSI]
pid_t        setpgrp(void);
int          setregid(gid_t, gid_t);
int          setreuid(uid_t, uid_t);

pid_t        setsid(void);
int          setuid(uid_t);
unsigned     sleep(unsigned);
[XSI]
void         swab(const void *restrict, void *restrict, ssize_t);
int          symlink(const char *, const char *);
void         sync(void);

long         sysconf(int);
pid_t        tcgetpgrp(int);
int          tcsetpgrp(int, pid_t);
[XSI]
int          truncate(const char *, off_t);

char        *ttyname(int);
int          ttyname_r(int, char *, size_t);
[XSI]
useconds_t   ualarm(useconds_t, useconds_t);

int          unlink(const char *);
[XSI]
int          usleep(useconds_t);
pid_t        vfork(void);

ssize_t      write(int, const void *, size_t);

Implementations may also include the pthread_atfork(3) prototype as defined in <pthread.h> .

The following external variables shall be declared:

extern char  *optarg;
extern int    optind, opterr, optopt;

IEEE Std 1003.1-2001 (“POSIX.1”) only describes the behavior of systems that claim conformance to it. However, application developers who want to write applications that adapt to other versions of IEEE Std 1003.1 (“POSIX.1”) (or to systems that do not conform to any POSIX standard) may find it useful to code them so as to conditionally compile different code depending on the value of _POSIX_VERSION, for example:

#if _POSIX_VERSION >= 200112L
/* Use the newer function that copes with large files. */
off_t pos=ftello(fp);
#else
/* Either this is an old version of POSIX, or _POSIX_VERSION is
   not even defined, so use the traditional function. */
long pos=ftell(fp);
#endif

Earlier versions of IEEE Std 1003.1 (“POSIX.1”) and of the Single UNIX Specification can be identified by the following macros:

_POSIX_VERSION==198808L
_POSIX_VERSION==199009L
_POSIX_VERSION==199506L
_XOPEN_UNIX and _XOPEN_VERSION==4
_XOPEN_UNIX and _XOPEN_VERSION==500

IEEE Std 1003.1-2001 (“POSIX.1”) does not make any attempt to define application binary interaction with the underlying operating system. However, application developers may find it useful to query _SC_VERSION at runtime via sysconf(3) to determine whether the current version of the operating system supports the necessary functionality as in the following program fragment:

if (sysconf(_SC_VERSION) < 200112L) {
    fprintf(stderr, "POSIX.1-2001 system required, terminating \n");
    exit(1);
}

As IEEE Std 1003.1-2001 (“POSIX.1”) evolved, certain options became sufficiently standardized that it was concluded that simply requiring one of the option choices was simpler than retaining the option. However, for backwards-compatibility, the option flags (with required constant values) are retained.

Version Test Macros

The standard developers considered altering the definition of _POSIX_VERSION and removing _SC_VERSION from the specification of sysconf(3) since the utility to an application was deemed by some to be minimal, and since the implementation of the functionality is potentially problematic. However, they recognized that support for existing application binaries is a concern to manufacturers, application developers, and the users of implementations conforming to IEEE Std 1003.1-2001 (“POSIX.1”).

While the example using _SC_VERSION in the APPLICATION USAGE section does not provide the greatest degree of imaginable utility to the application developer or user, it is arguably better than a file or some other equally obscure result. (It is also possible for implementations to encode and recognize application binaries compiled in various POSIX.1-conforming environments, and modify the semantics of the underlying system to conform to the expectations of the application.) For the reasons outlined in the preceding paragraphs and in the APPLICATION USAGE section, the standard developers elected to retain the _POSIX_VERSION and _SC_VERSION functionality.

IEEE Std 1003.1-2001 (“POSIX.1”) now includes support in certain areas for the newly adopted policy governing options and stubs.

This policy provides flexibility for implementations in how they support options. It also specifies how conforming applications can adapt to different implementations that support different sets of options. It allows the following:

  1. If an implementation has no interest in supporting an option, it does not have to provide anything associated with that option beyond the announcement that it does not support it.
  2. An implementation can support a partial or incompatible version of an option (as a non-standard extension) as long as it does not claim to support the option.
  3. An application can determine whether the option is supported. A strictly conforming application must check this announcement mechanism before first using anything associated with the option.

There is an important implication of this policy. IEEE Std 1003.1-2001 (“POSIX.1”) cannot dictate the behavior of interfaces associated with an option when the implementation does not claim to support the option. In particular, it cannot require that a function associated with an unsupported option will fail if it does not perform as specified. However, this policy does not prevent a standard from requiring certain functions to always be present, but that they shall always fail on some implementations. The setpgid(3) function in the POSIX.1-1990 standard, for example, is considered appropriate.

The POSIX standards include various options, and the C-language binding support for an option implies that the implementation must supply data types and function interfaces. An application must be able to discover whether the implementation supports each option.

Any application must consider the following three cases for each option:

  1. Option never supported.

    The implementation advertises at compile time that the option will never be supported. In this case, it is not necessary for the implementation to supply any of the data types or function interfaces that are provided only as part of the option. The implementation might provide data types and functions that are similar to those defined by IEEE Std 1003.1-2001 (“POSIX.1”), but there is no guarantee for any particular behavior.

  2. Option always supported.

    The implementation advertises at compile time that the option will always be supported. In this case, all data types and function interfaces shall be available and shall operate as specified.

  3. Option might or might not be supported.

    Some implementations might not provide a mechanism to specify support of options at compile time. In addition, the implementation might be unable or unwilling to specify support or non-support at compile time. In either case, any application that might use the option at runtime must be able to compile and execute. The implementation must provide, at compile time, all data types and function interfaces that are necessary to allow this. In this situation, there must be a mechanism that allows the application to query, at runtime, whether the option is supported. If the application attempts to use the option when it is not supported, the result is unspecified unless explicitly specified otherwise in IEEE Std 1003.1-2001 (“POSIX.1”).

None.

<inttypes.h> , <limits.h> , <sys/socket.h> , <sys/types.h> , <termios.h> , <wctype.h> , the System Interfaces volume of IEEE Std 1003.1-2001 (“POSIX.1”), access(3), alarm(3), chdir(3), chown(3), close(3), crypt(3), ctermid(3), dup(3), encrypt(3), , , exit(3), fchdir(3), fchown(3), fcntl(3), fork(3), fpathconf(3), fsync(3), ftruncate(3), getcwd(3), getegid(3), geteuid(3), getgid(3), getgroups(3), gethostid(3), gethostname(3), getlogin(3), getpgid(3), getpgrp(3), getpid(3), getppid(3), getsid(3), getuid(3), isatty(3), lchown(3), link(3), lockf(3), lseek(3), nice(3), pathconf(3), pause(3), pipe(3), read(3), readlink(3), rmdir(3), setgid(3), setpgid(3), setpgrp(3), setregid(3), setreuid(3), setsid(3), setuid(3), sleep(3), swab(3), symlink(3), sync(3), sysconf(3), tcgetpgrp(3), tcsetpgrp(3), truncate(3), ttyname(3), ualarm(3), unlink(3), usleep(3), vfork(3), write(3)

First released in Issue 1. Derived from Issue 1 of the SVID.

The DESCRIPTION is updated for alignment with the POSIX Realtime Extension and the POSIX Threads Extension.

The symbolic constants _XOPEN_REALTIME and _XOPEN_REALTIME_THREADS are added. _POSIX2_C_BIND, _XOPEN_ENH_I18N, and _XOPEN_SHM must now be set to a value other than -1 by a conforming implementation.

Large File System extensions are added.

The type of the argument to sbrk () is changed from to intptr_t.

_XBS_ constants are added to the list of constants for Options and Option Groups, to the list of constants for the confstr(3) function, and to the list of constants to the sysconf(3) function. These are all marked EX.

_POSIX2_C_VERSION is removed.

The Open Group Corrigendum U026/4 is applied, adding the prototype for fdatasync(3).

The Open Group Corrigendum U026/1 is applied, adding the symbols _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.

The symbols _XOPEN_STREAMS and _SC_XOPEN_STREAMS are added to support the XSI STREAMS Option Group.

Text in the DESCRIPTION relating to conformance requirements is moved elsewhere in IEEE Std 1003.1-2001 (“POSIX.1”).

The legacy symbol _SC_PASS_MAX is removed.

The following new requirements on POSIX implementations derive from alignment with the Single UNIX Specification:

  • The _CS_POSIX_* and _CS_XBS5_* constants are added for the confstr(3) function.
  • The _SC_XBS5_* constants are added for the sysconf(3) function.
  • The symbolic constants F_ULOCK, F_LOCK, F_TLOCK, and F_TEST are added.
  • The uid_t, gid_t, off_t, pid_t, and useconds_t types are mandated.

The gethostname(3) prototype is added for sockets.

A new section is added for System-Wide Options.

Function prototypes for setegid(3) and seteuid(3) are added.

Option symbolic constants are added for _POSIX_ADVISORY_INFO, _POSIX_CPUTIME, _POSIX_SPAWN, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME, _POSIX_THREAD_SPORADIC_SERVER, and _POSIX_TIMEOUTS, and pathconf(3) variables are added for _PC_ALLOC_SIZE_MIN, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, and _PC_REC_XFER_ALIGN for alignment with IEEE Std 1003.1d-1999.

The following are added for alignment with IEEE Std 1003.1j-2000:

  • Option symbolic constants _POSIX_BARRIERS, _POSIX_CLOCK_SELECTION, _POSIX_MONOTONIC_CLOCK, _POSIX_READER_WRITER_LOCKS, _POSIX_SPIN_LOCKS, and _POSIX_TYPED_MEMORY_OBJECTS
  • sysconf(3) variables _SC_BARRIERS, _SC_CLOCK_SELECTION, _SC_MONOTONIC_CLOCK, _SC_READER_WRITER_LOCKS, _SC_SPIN_LOCKS, and _SC_TYPED_MEMORY_OBJECTS

The _SC_XBS5 macros associated with the ISO/IEC 9899:1990 (“ISO C90”) standard are marked LEGACY, and new equivalent _SC_V6 macros associated with the ISO/IEC 9899:1999 (“ISO C99”) standard are introduced.

The getwd(3) function is marked LEGACY.

The keyword is added to the prototypes for readlink(3) and swab(3).

Constants for options are now harmonized, so when supported they take the year of approval of IEEE Std 1003.1-2001 (“POSIX.1”) as the value.

The following are added for alignment with IEEE Std 1003.1q-2000:

  • Optional symbolic constants _POSIX_TRACE, _POSIX_TRACE_EVENT_FILTER, _POSIX_TRACE_LOG, and _POSIX_TRACE_INHERIT
  • The sysconf(3) symbolic constants _SC_TRACE, _SC_TRACE_EVENT_FILTER, _SC_TRACE_LOG, and _SC_TRACE_INHERIT.

The () and sbrk () legacy functions are removed.

The Open Group Base Resolution bwg2001-006 is applied, which reworks the XSI versioning information.

The Open Group Base Resolution bwg2001-008 is applied, changing the parameter for gethostname(3) from to size_t.

footer end

December 6, 2001 posix.fail