LibC: Implement getpagesize

This commit is contained in:
2024-12-02 04:01:51 +02:00
parent 6ed1435aeb
commit 4508e099ff
2 changed files with 8 additions and 0 deletions

View File

@@ -233,6 +233,8 @@ int unlinkat(int fd, const char* path, int flag);
int usleep(useconds_t usec);
ssize_t write(int fildes, const void* buf, size_t nbyte);
int getpagesize(void);
extern char* optarg;
extern int opterr, optind, optopt;