Rename libxx_internal.h to libxx.h

This commit is contained in:
Gregory Nutt
2015-12-30 07:56:56 -06:00
parent 426eb61e47
commit 40659d12df
9 changed files with 9 additions and 9 deletions
+1 -1
Submodule configs updated: 05b3084913...bf83eb388a
+1 -1
View File
@@ -1,5 +1,5 @@
//***************************************************************************
// lib/libxx_internal.h
// lib/libxx.h
//
// Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -41,7 +41,7 @@
#include <cassert>
#include "libxx_internal.hxx"
#include "libxx.hxx"
//***************************************************************************
// Pre-processor Definitions
+1 -1
View File
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
#include "libxx_internal.hxx"
#include "libxx.hxx"
//***************************************************************************
// Pre-processor Definitions
+1 -1
View File
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
#include "libxx_internal.hxx"
#include "libxx.hxx"
//***************************************************************************
// Pre-processor Definitions
+1 -1
View File
@@ -40,7 +40,7 @@
#include <nuttx/config.h>
#include <cstdlib>
#include "libxx_internal.hxx"
#include "libxx.hxx"
//***************************************************************************
// Pre-processor Definitions
+1 -1
View File
@@ -41,7 +41,7 @@
#include <cstddef>
#include <debug.h>
#include "libxx_internal.hxx"
#include "libxx.hxx"
//***************************************************************************
// Pre-processor Definitions
+1 -1
View File
@@ -41,7 +41,7 @@
#include <cstddef>
#include <debug.h>
#include "libxx_internal.hxx"
#include "libxx.hxx"
//***************************************************************************
// Pre-processor Definitions
+1 -1
View File
@@ -15,7 +15,7 @@ This directory contains the NuttX memory management logic. This include:
mm_memalign.c, mm_free.c
o Less-Standard Interfaces: mm_zalloc.c, mm_mallinfo.c
o Internal Implementation: mm_initialize.c mm_sem.c mm_addfreechunk.c
mm_size2ndx.c mm_shrinkchunk.c, mm_internal.h
mm_size2ndx.c mm_shrinkchunk.c
o Build and Configuration files: Kconfig, Makefile
Memory Models: