gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:chown (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/unistd.h - 11.8KB - 358 lines
88: #if defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE)
89: int     chown(const char *, uid_t, gid_t) __RENAME(__posix_chown);
90: #else