Rudiments
include
rudiments
private
semaphoresetincludes.h
1
// Copyright (c) 1999-2002 David Muse
2
// See the COPYING file for more information.
3
4
#include <rudiments/private/dll.h>
5
6
// for struct timespec (it includes inttypes.h as well)
7
#include <rudiments/private/snoozeincludes.h>
8
9
#include <sys/types.h>
10
11
// some systems need this for key_t
12
#ifdef RUDIMENTS_HAVE_SYS_IPC_H
13
#include <sys/ipc.h>
14
#endif
15
16
struct
sembuf;
17
union
semun;
18
19
#ifndef IPC_PRIVATE
20
#define IPC_PRIVATE ((key_t)0)
21
#endif
Generated on Fri May 5 2017 22:27:22 for Rudiments by
1.8.13