summaryrefslogtreecommitdiff
path: root/Libraries/LibC/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibC/unistd.h')
-rw-r--r--Libraries/LibC/unistd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibC/unistd.h b/Libraries/LibC/unistd.h
index f87a09b26b..8f57122693 100644
--- a/Libraries/LibC/unistd.h
+++ b/Libraries/LibC/unistd.h
@@ -115,7 +115,6 @@ int halt();
int reboot();
int mount(const char* device, const char* mountpoint, const char* fstype);
int umount(const char* mountpoint);
-char* realpath(const char* pathname, char* buffer);
enum {
_PC_NAME_MAX,