Remove undocumented broken-as-designed semconfig() syscall.
This commit is contained in:
parent
f12d45d9d6
commit
39e4c0c888
@ -344,7 +344,7 @@
|
||||
221 STD BSD { int semget(key_t key, int nsems, int semflg); }
|
||||
222 STD BSD { int semop(int semid, struct sembuf *sops, \
|
||||
u_int nsops); }
|
||||
223 STD BSD { int semconfig(int flag); }
|
||||
223 UNIMPL NOHIDE semconfig
|
||||
224 STD BSD { int msgctl(int msqid, int cmd, \
|
||||
struct msqid_ds *buf); }
|
||||
225 STD BSD { int msgget(key_t key, int msgflg); }
|
||||
|
Loading…
Reference in New Issue
Block a user