OSDN Git Service

LT.old: Make __errno_location/__h_errno_location thread safe
[uclinux-h8/uClibc.git] / libc / misc / internals / __h_errno_location.c
index 6653681..b30859e 100644 (file)
@@ -16,4 +16,3 @@ int *__h_errno_location(void)
 {
     return &h_errno;
 }
-libc_hidden_weak(__h_errno_location)