* Fix the example for configuring /etc/ttys according to the original
[dragonfly/vkernel-mp.git] / lib / libc / gen / semconfig.c
blobf83fe9cecd92d292e722f80e3d050544c44eeb68
1 /*
2 * $DragonFly: src/lib/libc/gen/semconfig.c,v 1.2 2005/11/13 01:07:42 swildner Exp $
3 */
5 #include <sys/types.h>
6 #include <sys/ipc.h>
7 #include <sys/sem.h>
9 int semconfig(int cmd, int p1, int p2, int p3)
11 return (semsys(3, cmd, p1, p2, p3));