summaryrefslogtreecommitdiffstats
path: root/src/include/cstddef
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-11-05 23:01:34 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:27 -0600
commita17fbd3cb1027617aee6915d9b4a6c8640f562cc (patch)
treea9497e7c674656dcf087bd0b3986c2ce04bb6d18 /src/include/cstddef
parent9a54b1a965309773bac3bd3ea915e20151397503 (diff)
downloadtalos-hostboot-a17fbd3cb1027617aee6915d9b4a6c8640f562cc.tar.gz
talos-hostboot-a17fbd3cb1027617aee6915d9b4a6c8640f562cc.zip
Implement std::shared_ptr.
RTC: 124148 Change-Id: Iad6430ec701caec0d3c65de3618cc8d5605e6aa0 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21800 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/cstddef')
-rw-r--r--src/include/cstddef36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/include/cstddef b/src/include/cstddef
new file mode 100644
index 000000000..7650c0197
--- /dev/null
+++ b/src/include/cstddef
@@ -0,0 +1,36 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/testcore/lib/is_same.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef __CSTDDEF_H
+#define __CSTDDEF_H
+
+#include <stddef.h>
+
+namespace std
+{
+ typedef decltype(nullptr) nullptr_t;
+}
+
+#endif
+/* vim: set filetype=cpp : */
OpenPOWER on IntegriCloud