LibC: Add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES

This commit is contained in:
2026-04-02 15:41:26 +03:00
parent 7e6b8c93b4
commit cf31ea9cbe
2 changed files with 24 additions and 0 deletions

View File

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