Remove PAGESIZE.

This was pretty much unused, and isn't in glibc.

Bug: http://b/22735893
Change-Id: If17f0dcd931c90ef1ccb134a3950c3b0011a03f4
This commit is contained in:
Elliott Hughes
2015-07-28 16:46:06 -07:00
parent c8ba22c847
commit 820a86f2df
3 changed files with 5 additions and 6 deletions

View File

@@ -85,9 +85,6 @@
#ifndef PAGE_SIZE
#define PAGE_SIZE 4096
#endif
#ifndef PAGESIZE
#define PAGESIZE PAGE_SIZE
#endif
#define SEM_VALUE_MAX 0x3fffffff