2 * Copyright 2013, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _LIBROOT_STDLIB_PRIVATE_H
6 #define _LIBROOT_STDLIB_PRIVATE_H
10 #include <sys/types.h>
16 ssize_t
__getenv_reentrant(const char* name
, char* buffer
,
23 #endif /* _LIBROOT_STDLIB_PRIVATE_H */