aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdint.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-31 22:36:29 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-31 22:39:01 +0200
commitc72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa (patch)
tree4feb0be62f8d486135e58130c7b541330b01f17f /include/stdint.h
parentm (diff)
downloadslibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.gz
slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.bz2
slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.xz
add _LIBRARY_HEADER
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/stdint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdint.h b/include/stdint.h
index a8cb426..d9e0dcd 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -18,6 +18,7 @@
#ifndef _STDINT_H
#define _STDINT_H
#include <slibc/version.h>
+#include <slibc/features.h>
@@ -376,7 +377,7 @@
#define SSIZE_MIN INTPTR_MIN
-#ifndef _PORTABLE_SOURCE
+#ifndef __PORTABLE
/**
* Maximum value of `wchar_t`.
*/