]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_timedjoin.c
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / nptl / pthread_timedjoin.c
index 5df6ab6a8085d6273bd80fb363437dd92b87fe23..1cc07213c8b8413ad4caba0e6bcb93477ca7b69c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005 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.
 
@@ -19,7 +19,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
-#include <atomic.h>
+#include "atomic.h"
 #include "pthreadP.h"