API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures |
|
struct | ipc_perm |
Defines |
|
#define | IPC_CREAT 001000 |
#define | IPC_EXCL 002000 |
#define | IPC_NOWAIT 004000 |
#define | IPC_PRIVATE (key_t)0 |
#define | IPC_RMID 0 |
#define | IPC_SET 1 |
#define | IPC_STAT 2 |
Typedefs |
|
typedef __gid_t | gid_t |
typedef __key_t | key_t |
typedef __mode_t | mode_t |
typedef __uid_t | uid_t |
Functions |
|
__BEGIN_DECLS IMPORT_C key_t | ftok (const char *pathname, int proj_id) |
|
|
|
|
|
|
|
|
|
|
|
|