diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 21:57:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 21:57:42 +0000 |
commit | 3e4fc359f4fab31607703b311857c58f08ebf67c (patch) | |
tree | b0b004b870040cce25190a6f833a02f2580884af /nptl/pthread_create.c | |
parent | 4f088329f3418ca19e3da0d5571433ea3b172616 (diff) | |
download | glibc-3e4fc359f4fab31607703b311857c58f08ebf67c.tar glibc-3e4fc359f4fab31607703b311857c58f08ebf67c.tar.gz glibc-3e4fc359f4fab31607703b311857c58f08ebf67c.tar.bz2 glibc-3e4fc359f4fab31607703b311857c58f08ebf67c.zip |
Update.
2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c:
Include kernel-features.h
* sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r-- | nptl/pthread_create.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 033c0783ea..2b33243cee 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -24,6 +24,7 @@ #include "pthreadP.h" #include <hp-timing.h> #include <ldsodefs.h> +#include <atomic.h> #include <shlib-compat.h> |