LibC: Add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES
This commit is contained in:
@@ -494,6 +494,10 @@ enum
|
||||
#define _SC_XOPEN_UUCP _SC_XOPEN_UUCP
|
||||
_SC_XOPEN_VERSION,
|
||||
#define _SC_XOPEN_VERSION _SC_XOPEN_VERSION
|
||||
_SC_PHYS_PAGES,
|
||||
#define _SC_PHYS_PAGES _SC_PHYS_PAGES
|
||||
_SC_AVPHYS_PAGES,
|
||||
#define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
|
||||
};
|
||||
|
||||
#define F_OK 0x01
|
||||
|
||||
Reference in New Issue
Block a user