Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* pthread.c: Declare _errno, _h_errno, and _res unless we use TLS
	internally.
  • Loading branch information
Ulrich Drepper committed Aug 3, 2002
1 parent 04a7ed7 commit 3c877a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions linuxthreads/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2002-08-02 Ulrich Drepper <drepper@redhat.com>

* pthread.c: Declare _errno, _h_errno, and _res unless we use TLS
internally.

* cancel.c (__pthread_perform_cleanup) [USE_TLS && HAVE___THREAD]:
Don't use p_libc_specific element in thread descriptor.

Expand Down
2 changes: 1 addition & 1 deletion linuxthreads/pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ extern int _h_errno;
/* We need the global/static resolver state here. */
# include <resolv.h>
# undef _res
#endif

extern struct __res_state _res;
#endif

#ifdef USE_TLS

Expand Down

0 comments on commit 3c877a0

Please sign in to comment.