summaryrefslogtreecommitdiff
path: root/Libraries/LibC/serenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibC/serenity.h')
-rw-r--r--Libraries/LibC/serenity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibC/serenity.h b/Libraries/LibC/serenity.h
index 6ed6bba428..55423f13c2 100644
--- a/Libraries/LibC/serenity.h
+++ b/Libraries/LibC/serenity.h
@@ -31,6 +31,8 @@
__BEGIN_DECLS
+int disown(pid_t);
+
int shbuf_create(int, void** buffer);
int shbuf_allow_pid(int, pid_t peer_pid);
int shbuf_allow_all(int);