diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-31 22:36:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-31 22:39:01 +0200 |
commit | c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa (patch) | |
tree | 4feb0be62f8d486135e58130c7b541330b01f17f /include/bits | |
parent | m (diff) | |
download | slibc-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.h | 2 |
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. |