diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-14 07:38:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-14 07:38:41 +0000 |
commit | c67c02731b6507c5351bca70451441d9a26113ef (patch) | |
tree | afe8d99e55401fe7955475ab97a497cae2e23ab2 /nptl/pthread_create.c | |
parent | 39762d6a5c0e378f20b28da7450868bfef588fb0 (diff) | |
download | glibc-c67c02731b6507c5351bca70451441d9a26113ef.tar glibc-c67c02731b6507c5351bca70451441d9a26113ef.tar.gz glibc-c67c02731b6507c5351bca70451441d9a26113ef.tar.bz2 glibc-c67c02731b6507c5351bca70451441d9a26113ef.zip |
Updated to fedora-glibc-20070814T0725cvs/fedora-glibc-2_6_90-9
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r-- | nptl/pthread_create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 3ab2fa498d..e08b76a9b8 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -27,6 +27,7 @@ #include <atomic.h> #include <libc-internal.h> #include <resolv.h> +#include <kernel-features.h> #include <shlib-compat.h> |