projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix memory leak in audioc.c.
[paraslash.git]
/
ipc.h
diff --git
a/ipc.h
b/ipc.h
index 71e09ec1d1a7a21ea5a7fcab5bfb47835c70e464..c8d31c0c991641a1f71627c855705bdf7decd5c6 100644
(file)
--- a/
ipc.h
+++ b/
ipc.h
@@
-11,7
+11,4
@@
int shm_new(size_t size);
int shm_attach(int id, enum shm_attach_mode mode, void **result);
int shm_detach(void *addr);
int shm_destroy(int id);
-
-#ifndef SHMMAX
-#define SHMMAX 65535
-#endif
+size_t shm_get_shmmax(void);