xref: /haiku/headers/private/libroot/libroot_private.h (revision 81f5654c124bf46fba0fd251f208e2d88d81e1ce)
1 #ifndef LIBROOT_PRIVATE_H
2 #define LIBROOT_PRIVATE_H
3 /*
4 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
5 ** Distributed under the terms of the OpenBeOS License.
6 */
7 
8 
9 extern char _single_threaded;
10 	/* This determines if a process runs single threaded or not */
11 
12 
13 #endif	/* LIBROOT_PRIVATE_H */
14