mirror of
https://github.com/apache/nuttx.git
synced 2025-12-14 07:25:51 +08:00
libs/unistd: add system variables of physical pages
Change-Id: If739b25d358c35de90115ae51e0c1bfbe7bd7a88 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -255,8 +255,11 @@
|
||||
#define _SC_XOPEN_UNIX 0x0079
|
||||
#define _SC_XOPEN_VERSION 0x007a
|
||||
|
||||
#define _SC_NPROCESSORS_CONF 0x007b
|
||||
#define _SC_NPROCESSORS_ONLN 0x007c
|
||||
#define _SC_PHYS_PAGES 0x007b
|
||||
#define _SC_AVPHYS_PAGES 0x007c
|
||||
|
||||
#define _SC_NPROCESSORS_CONF 0x007d
|
||||
#define _SC_NPROCESSORS_ONLN 0x007e
|
||||
|
||||
/* The following symbolic constants must be defined for file streams: */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user