steve
|
e6bc8c123a
|
Fix this so that it compiles in the !__STDC__ case.
Also be consistent about usage of #if ...
Pointed out by: bde
|
1998-06-06 18:52:43 +00:00 |
|
steve
|
ef6b569c26
|
Several sources including Unix98 say that semctl's fourth
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
|
1998-05-31 04:09:09 +00:00 |
|
jb
|
c2a72d9ed9
|
NetBSD implements semctl using a __semctl syscall instead of the
semsys syscall that FreeBSD kernels use. Grumble. So make the call
dependent on if __NETBSD_SYSCALLS is defined.
|
1998-03-09 04:39:13 +00:00 |
|
dfr
|
bed8e3af71
|
Added SYSV ipc system calls.
|
1994-09-13 14:52:45 +00:00 |
|