diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-23 16:30:40 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-23 16:30:40 -0400 |
commit | 2fa2ae85cadef6af47826dcddfb4e6d8a4c8b5a3 (patch) | |
tree | d5735921e19a1dcbf3de1e9006c921baedda7ae4 /nptl/sysdeps/i386 | |
parent | fc2ee42abe595bbf6b8bbf0637648ad8b5d4faab (diff) | |
download | glibc-2fa2ae85cadef6af47826dcddfb4e6d8a4c8b5a3.tar.gz glibc-2fa2ae85cadef6af47826dcddfb4e6d8a4c8b5a3.tar.xz glibc-2fa2ae85cadef6af47826dcddfb4e6d8a4c8b5a3.zip |
Fix strnlen change
Diffstat (limited to 'nptl/sysdeps/i386')
-rw-r--r-- | nptl/sysdeps/i386/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index 3f597a9771..428f203314 100644 --- a/nptl/sysdeps/i386/tls.h +++ b/nptl/sysdeps/i386/tls.h @@ -26,7 +26,7 @@ # include <stddef.h> # include <stdint.h> # include <stdlib.h> -# include <list.h> +//# include <list.h> # include <sysdep.h> # include <kernel-features.h> |