Remove remaining host.conf(5) traces.
[dragonfly.git] / lib / libc / gen / semop.c
blob41ca3ebdb1580464343869af8e77cf56d8e53e0a
1 /*
2 * $DragonFly: src/lib/libc/gen/semop.c,v 1.2 2005/11/13 00:07:42 swildner Exp $
3 */
5 #include <sys/types.h>
6 #include <sys/ipc.h>
7 #include <sys/sem.h>
9 int semop(int semid, struct sembuf *sops, unsigned nsops)
11 return (semsys(2, semid, sops, nsops, 0));