aboutsummaryrefslogtreecommitdiffstats
path: root/include/bits/types.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/bits/types.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/bits/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bits/types.h b/include/bits/types.h
index 58c6064..e594e44 100644
--- a/include/bits/types.h
+++ b/include/bits/types.h
@@ -54,7 +54,7 @@ typedef unsigned long int uptrdiff_t;
#endif
-#ifndef _PORTABLE_SOURCE
+#ifndef __PORTABLE
/**
* Integer type which can represent any character.
* May not be greater than the with of type long.