1
0
mirror of https://github.com/fluencelabs/musl synced 2025-06-10 05:21:34 +00:00

24 lines
285 B
C
Raw Normal View History

2011-02-12 00:22:29 -05:00
#ifndef _SYS_IPC_H
#define _SYS_IPC_H
#ifdef __cplusplus
extern "C" {
#endif
#define __NEED_uid_t
#define __NEED_gid_t
#define __NEED_mode_t
#define __NEED_key_t
#include <bits/alltypes.h>
#include <bits/ipc.h>
key_t ftok (const char *, int);
#ifdef __cplusplus
}
#endif
#endif