From cfbc71d7ddf4393f00ff210998fe60f2464852b0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 2 Nov 2002 01:53:44 +0000 Subject: * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional in place of [!(USE_TLS && HAVE___THREAD)]. (__errno_location) [! USE___THREAD]: Define as strong, not weak. --- sysdeps/generic/errno-loc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/errno-loc.c b/sysdeps/generic/errno-loc.c index 032b48306c..8332a46ad7 100644 --- a/sysdeps/generic/errno-loc.c +++ b/sysdeps/generic/errno-loc.c @@ -21,13 +21,15 @@ #include #include -#if !(USE_TLS && HAVE___THREAD) +#if ! USE___THREAD #undef errno extern int errno; #endif int * +#if ! USE___THREAD weak_const_function +#endif __errno_location (void) { return &errno; -- cgit 1.4.1