mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
include/cxx: Update some C++ header files due to recent changes to C hader files
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user