LibC: Move realpath() to <stdlib.h>

This commit is contained in:
Andreas Kling 2019-11-16 17:18:44 +01:00
commit 196b64c0ae
Notes: sideshowbarker 2024-07-19 11:11:18 +09:00
4 changed files with 102 additions and 102 deletions

View file

@ -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,