Searched hist:42353 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/gen/
H A Dsysctl.c
H A Dsysctl.3diff 42353 Wed Jan 06 16:11:53 MST 1999 des Make the implementation and documentation agree. Specifically:

- document that sysctl() and sysctlbyname() return 0 on success

- if the provided buffer is too small, set errno to ENOMEM and return -1
instead of returning ENOMEM.

Completed in 174 milliseconds