Fix freebsd32 version of lpathconf(2).
Approved by: re (kib)
This commit is contained in:
parent
4d4d887907
commit
92f76afe3a
@ -900,4 +900,4 @@
|
||||
struct msqid_ds32 *buf); }
|
||||
512 AUE_SHMCTL STD { int freebsd32_shmctl(int shmid, int cmd, \
|
||||
struct shmid_ds32 *buf); }
|
||||
513 AUE_LPATHCONF STD { int lpathconf(char *path, int name); }
|
||||
513 AUE_LPATHCONF NOPROTO { int lpathconf(char *path, int name); }
|
||||
|
Loading…
Reference in New Issue
Block a user