Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix this so that it compiles in the !__STDC__ case. | steve | 1998-06-06 | 1 | -1/+5 |
| | | | | | | Also be consistent about usage of #if ... Pointed out by: bde | ||||
* | Several sources including Unix98 say that semctl's fourth | steve | 1998-05-31 | 1 | -5/+24 |
| | | | | | | | | | | parameter is optional except where: cmd == {IPC_SET || IPC_STAT || GETALL || SETVAL || SETALL} PR: 2448 Reviewed by: bde Submitted by: Tim Singletary <tsingle@sunland.gsfc.nasa.gov> Minor tweaks by: steve | ||||
* | NetBSD implements semctl using a __semctl syscall instead of the | jb | 1998-03-09 | 1 | -0/+4 |
| | | | | | semsys syscall that FreeBSD kernels use. Grumble. So make the call dependent on if __NETBSD_SYSCALLS is defined. | ||||
* | Added SYSV ipc system calls. | dfr | 1994-09-13 | 1 | -0/+15 |