]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_timedjoin.c
Add per-thread cache to malloc
[thirdparty/glibc.git] / nptl / pthread_timedjoin.c
index 754f5d2538eb37b0b26a86d8489fc3f26baa8a44..567c171133c6aa94e910955fca4ba89da0983c72 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -30,10 +30,8 @@ cleanup (void *arg)
 
 
 int
-pthread_timedjoin_np (threadid, thread_return, abstime)
-     pthread_t threadid;
-     void **thread_return;
-     const struct timespec *abstime;
+pthread_timedjoin_np (pthread_t threadid, void **thread_return,
+                     const struct timespec *abstime)
 {
   struct pthread *self;
   struct pthread *pd = (struct pthread *) threadid;