| ... | @@ -1342,6 +1342,10 @@ pub const libc = struct { | ... | @@ -1342,6 +1342,10 @@ pub const libc = struct { |
| 1342 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getegid.html | 1342 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getegid.html |
| 1343 | pub extern fn getegid() gid_t; | 1343 | pub extern fn getegid() gid_t; |
| 1344 | | 1344 | |
| | 1345 | /// char *getenv(const char *name); |
| | 1346 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getenv.html |
| | 1347 | pub extern fn getenv(name: [*:0]const u8) ?[*:0]u8; |
| | 1348 | |
| 1345 | /// uid_t geteuid(void); | 1349 | /// uid_t geteuid(void); |
| 1346 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/geteuid.html | 1350 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/geteuid.html |
| 1347 | pub extern fn geteuid() uid_t; | 1351 | pub extern fn geteuid() uid_t; |