include/cxx: Update some C++ header files due to recent changes to C hader files

This commit is contained in:
Gregory Nutt
2016-08-25 15:06:46 -06:00
parent 55a325bcd4
commit 440d535360
4 changed files with 38 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* include/stdlib.h
*
* Copyright (C) 2007-2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2007-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -143,9 +143,9 @@ extern "C"
void srand(unsigned int seed);
int rand(void);
#ifndef CONFIG_DISABLE_ENVIRON
/* Environment variable support */
#ifndef CONFIG_DISABLE_ENVIRON
FAR char **get_environ_ptr(void);
FAR char *getenv(FAR const char *name);
int putenv(FAR const char *string);