mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
LibC: Move realpath() to <stdlib.h>
This commit is contained in:
parent
fbcab844de
commit
196b64c0ae
4 changed files with 102 additions and 102 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue