fix scanning of "-0x" pseudo-hex float (must give negative zero)
[musl] / src / thread / __set_thread_area.c
1 #include "pthread_impl.h"
2
3 int __set_thread_area(void *p)
4 {
5         return -1;
6 }