1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:22:07 +00:00

Kernel: Remove unused syscall sys$minherit()

This is no longer used. We can bring it back the day we need it.
This commit is contained in:
Andreas Kling 2021-01-16 14:41:58 +01:00
parent de31e82f97
commit 43109f9614
8 changed files with 0 additions and 60 deletions

View file

@ -104,8 +104,6 @@ enum {
#define MADV_SET_NONVOLATILE 0x200
#define MADV_GET_VOLATILE 0x400
#define MAP_INHERIT_ZERO 1
#define F_DUPFD 0
#define F_GETFD 1
#define F_SETFD 2