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