Remove undocumented broken-as-designed semconfig() syscall.

This commit is contained in:
Peter Wemm 2000-05-01 11:11:44 +00:00
parent f12d45d9d6
commit 39e4c0c888

View File

@ -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); }