mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Various fixes, Frith-MacDonald, others.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1996a609cc
commit
88cbc598e5
26 changed files with 536 additions and 154 deletions
|
@ -45,6 +45,10 @@
|
|||
#define getpagesize() sysconf(_SC_PAGESIZE)
|
||||
#endif
|
||||
|
||||
#ifdef __svr4__
|
||||
#define getpagesize() sysconf(_SC_PAGESIZE)
|
||||
#endif
|
||||
|
||||
#if __mach__
|
||||
#define getpagesize vm_page_size
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue