1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2004-12-28  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
This commit is contained in:
Ulrich Drepper
2004-12-28 10:09:27 +00:00
parent a71c152cfc
commit ab4bc71349
3 changed files with 6 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ extern int __default_sigpause (int mask);
extern int __xpg_sigpause (int sig);
/* Simplified sigemptyset() implementation without the parameter checking. */
#undef __sigemptyset
#define __sigemptyset(ss) (memset (ss, '\0', sizeof (sigset_t)), 0)