about summary refs log tree commit diff
path: root/include/sys/single_threaded.h
blob: 2015742be07fc5e7363159b5d2f7e1a881d4cabb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <misc/sys/single_threaded.h>

#ifndef _ISOMAC

libc_hidden_proto_alias (__libc_single_threaded,
			 __libc_single_threaded_internal);

#if !defined SHARED || !IS_IN(libc)
# define __libc_single_threaded_internal __libc_single_threaded
#endif

#endif