Go to the first, previous, next, last section, table of contents.


What Unix API calls are supported by Cygwin?

This is the beginning of documentation listing the calls supported by the Cygwin library.

All POSIX.1/1996 and ANSI C calls are listed in this file. Note that while almost all POSIX.1/1990 calls are included in Cygwin, most POSIX.1/1996 calls are not (yet at least!). Additional Unix compatibility calls and extended libc/libm calls are provided by Cygwin but may or may not be listed yet.

To see if a function is implemented but not listed here, check for the presence of the call in the file winsup/cygwin.din in the sources. In addition, you may want to read the source code corresponding to the call to verify that it is not a stub. Finally, libc/libm functions (including extended calls not listed here) may be documented in the newlib texinfo documentation.

Calls are implemented on both Windows 95 and NT unless otherwise noted. Included are references to relevant standards, if any. Calls starting with "cygwin_" are Cygwin-specific calls.

ANSI C Library Functions

(Please note: This section has not yet been updated for the latest net release.)


Go to the first, previous, next, last section, table of contents.