diff options
Diffstat (limited to 'Userland/Libraries/LibCore/System.h')
-rw-r--r-- | Userland/Libraries/LibCore/System.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCore/System.h b/Userland/Libraries/LibCore/System.h index 8a3a414860..40a1d0d888 100644 --- a/Userland/Libraries/LibCore/System.h +++ b/Userland/Libraries/LibCore/System.h @@ -30,6 +30,7 @@ namespace Core::System { #ifdef __serenity__ +ErrorOr<void> beep(); ErrorOr<void> pledge(StringView promises, StringView execpromises = {}); ErrorOr<void> unveil(StringView path, StringView permissions); ErrorOr<void> sendfd(int sockfd, int fd); |