View Single Post
Old 27th February 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

The pledge(2) function is itself a syscall, with API support via the unistd.h header file. Section 2 of the man pages is for system calls and error numbers. Section 3 man pages are for C library functions.
Reply With Quote