summaryrefslogtreecommitdiffstats
path: root/src/include/cstddef
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cstddef')
-rw-r--r--src/include/cstddef5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/cstddef b/src/include/cstddef
index 7650c0197..635f373ad 100644
--- a/src/include/cstddef
+++ b/src/include/cstddef
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/usr/testcore/lib/is_same.H $ */
+/* $Source: src/include/cstddef $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -30,6 +30,7 @@
namespace std
{
typedef decltype(nullptr) nullptr_t;
+ using ::size_t;
}
#endif
OpenPOWER on IntegriCloud