open-watcom / open-watcom-v2

Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Other
989 stars 162 forks source link

unistd.h: Support also _SC_PAGE_SIZE for sysconf() #1236

Closed winspool closed 9 months ago

winspool commented 9 months ago

The value is the same as _SC_PAGESIZE (as allowed by POSIX) to reduce the implementation codesize to 0 Byte.

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html

_SC_PAGE_SIZE is required by POSIX and needed to compile zycore-c

-- Regards ... Detlef

jmalak commented 9 months ago

Thanks for your contribution