Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / stdlib_private.h
blobb2b20578ff6e76998d95e0d2f792a02097f179c1
1 /*
2 * Copyright 2013, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_STDLIB_PRIVATE_H
6 #define _LIBROOT_STDLIB_PRIVATE_H
9 #include <sys/cdefs.h>
10 #include <sys/types.h>
13 __BEGIN_DECLS
16 ssize_t __getenv_reentrant(const char* name, char* buffer,
17 size_t bufferSize);
20 __END_DECLS
23 #endif /* _LIBROOT_STDLIB_PRIVATE_H */