From 1e04052f49c8fa26213de2a0a7e9d43ad873d5a1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 13:26:50 -0400 Subject: migrate __errno() to using _perthread.h macros --- src/nonstd/__pthread_per_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nonstd/__pthread_per_thread.c') diff --git a/src/nonstd/__pthread_per_thread.c b/src/nonstd/__pthread_per_thread.c index 0f633a1b..9217a64a 100644 --- a/src/nonstd/__pthread_per_thread.c +++ b/src/nonstd/__pthread_per_thread.c @@ -24,4 +24,5 @@ static struct per_thread *per_thread(void) /* LINK(pthread) +POSIX(199506) */ -- cgit v1.2.1