mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
pathconf(2) and fpathconf(2) both return a long. The kern_[f]pathconf() functions now accept a pointer to a long value rather than modifying td_retval directly. Instead, the system calls explicitly store the returned long value in td_retval[0]. Requested by: bde Reviewed by: kib Sponsored by: Chelsio Communications |
||
|---|---|---|
| .. | ||
| fdesc.h | ||
| fdesc_vfsops.c | ||
| fdesc_vnops.c | ||