You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
259 B

#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