]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* hurd/hurd/threadvar.h: Add prototype for __hurd_errno_location.
authorMark Kettenis <kettenis@gnu.org>
Sun, 10 Jun 2001 21:05:36 +0000 (21:05 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 10 Jun 2001 21:05:36 +0000 (21:05 +0000)
2001-06-10  Mark Kettenis  <kettenis@gnu.org>

* hurd/hurd/threadvar.h: Add prototype for __hurd_errno_location.

ChangeLog
hurd/hurd/threadvar.h

index 5fa72015d8d4bafa85c9b79320575c6d54e65801..f98fc062a85b26e997dfc5bc5d169a2eb575f41c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * hurd/hurd/threadvar.h: Add prototype for __hurd_errno_location.
+
 2001-06-08  Andreas Schwab  <schwab@suse.de>
 
        * posix/regex.c (re_match_2_internal) [case wordbeg, wordend]:
index 2de619c229fc6043e466fd570698a9955bc63332..f4068474fdda39e556c18127ef283ab3a53a80b1 100644 (file)
@@ -109,11 +109,12 @@ __hurd_threadvar_location (enum __hurd_threadvar_index __index)
 
 /* Return the current thread's location for `errno'.
    The syntax of this function allows redeclarations like `int errno'.  */
+extern int *__hurd_errno_location (void);
+
 _HURD_THREADVAR_H_EXTERN_INLINE int *
 __hurd_errno_location (void)
 {
   return (int *) __hurd_threadvar_location (_HURD_THREADVAR_ERRNO);
 }
 
-
 #endif /* hurd/threadvar.h */