1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

LibC: Add a stub for nice()

This commit is contained in:
Simon Danner 2022-04-03 19:36:27 +02:00 committed by Andreas Kling
parent 651560d588
commit b9a8447dc0
2 changed files with 8 additions and 0 deletions

View file

@ -120,6 +120,7 @@ char* getpass(char const* prompt);
int pause(void);
int chroot(char const*);
int getdtablesize(void);
int nice(int incr);
enum {
_PC_NAME_MAX,