diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 4ba0886b0..a886ad1a8 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1230,6 +1230,7 @@ __END_DECLS #endif typedef signed smallint_type smallint; typedef unsigned smallint_type smalluint; +extern size_t __pagesize attribute_hidden; #endif |