File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1263,6 +1263,8 @@ getprogname
12631263getpwent
12641264getpwent_r
12651265getpwnam_r
1266+ getresgid
1267+ getresuid
12661268getrlimit
12671269getrusage
12681270getservbyport
Original file line number Diff line number Diff line change @@ -1501,6 +1501,8 @@ getprogname
15011501getpwent
15021502getpwent_r
15031503getpwnam_r
1504+ getresgid
1505+ getresuid
15041506getrlimit
15051507getrusage
15061508getservbyport
Original file line number Diff line number Diff line change @@ -970,6 +970,8 @@ getpriority
970970getprogname
971971getpwent
972972getpwnam_r
973+ getresgid
974+ getresuid
973975getrlimit
974976getrusage
975977getservbyport
Original file line number Diff line number Diff line change @@ -1477,6 +1477,8 @@ extern "C" {
14771477 flags : :: c_int ,
14781478 ) -> :: c_int ;
14791479 pub fn getpriority ( which : :: c_int , who : :: c_int ) -> :: c_int ;
1480+ pub fn getresgid ( rgid : * mut :: gid_t , egid : * mut :: gid_t , sgid : * mut :: gid_t ) -> :: c_int ;
1481+ pub fn getresuid ( ruid : * mut :: uid_t , euid : * mut :: uid_t , suid : * mut :: uid_t ) -> :: c_int ;
14801482 pub fn getutxent ( ) -> * mut utmpx ;
14811483 pub fn getutxid ( ut : * const utmpx ) -> * mut utmpx ;
14821484 pub fn getutxline ( ut : * const utmpx ) -> * mut utmpx ;
Original file line number Diff line number Diff line change @@ -1535,6 +1535,8 @@ extern "C" {
15351535 servlen : :: size_t ,
15361536 flags : :: c_int ,
15371537 ) -> :: c_int ;
1538+ pub fn getresgid ( rgid : * mut :: gid_t , egid : * mut :: gid_t , sgid : * mut :: gid_t ) -> :: c_int ;
1539+ pub fn getresuid ( ruid : * mut :: uid_t , euid : * mut :: uid_t , suid : * mut :: uid_t ) -> :: c_int ;
15381540 pub fn kevent (
15391541 kq : :: c_int ,
15401542 changelist : * const :: kevent ,
You can’t perform that action at this time.
0 commit comments