summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/serenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/serenity.h')
-rw-r--r--Userland/Libraries/LibC/serenity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/serenity.h b/Userland/Libraries/LibC/serenity.h
index 4654476469..16f370e27b 100644
--- a/Userland/Libraries/LibC/serenity.h
+++ b/Userland/Libraries/LibC/serenity.h
@@ -73,6 +73,8 @@ int perf_event(int type, uintptr_t arg1, uintptr_t arg2);
int get_stack_bounds(uintptr_t* user_stack_base, size_t* user_stack_size);
+int anon_create(size_t size, int options);
+
#ifdef __i386__
ALWAYS_INLINE void send_secret_data_to_userspace_emulator(uintptr_t data1, uintptr_t data2, uintptr_t data3)
{