| 118 | #else |
| 119 | struct group { gid_t gr_gid; }; |
| 120 | struct passwd { uid_t pw_uid; }; |
| 121 | # define getgrnam(arg) NULL |
| 122 | # define getpwnam(arg) NULL |
| 123 | # define fchown(fd, owner, group) ((fd) < 0 ? -1 : 0) |
nothing calls this directly
no outgoing calls
no test coverage detected