Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / unistd_private.h
blob9d41c000f799990d7349972b42d08927f26ede1b
1 /*
2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_UNISTD_PRIVATE_H
6 #define _LIBROOT_UNISTD_PRIVATE_H
9 #include <sys/cdefs.h>
10 #include <sys/times.h>
13 __BEGIN_DECLS
16 long __sysconf_beos(int name);
17 long __sysconf(int name);
20 __END_DECLS
23 #endif // _LIBROOT_UNISTD_PRIVATE_H