]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pt-raise.c
Add per-thread cache to malloc
[thirdparty/glibc.git] / nptl / pt-raise.c
index c0f16e99bef98d622c5d0d3c5dd92625dbb60a72..3a197051fee09373dca2ab40c28f7817c64d9f57 100644 (file)
@@ -1,5 +1,5 @@
 /* ISO C raise function for libpthread.
-   Copyright (C) 2002-2015 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.
 
@@ -22,8 +22,7 @@
 
 
 int
-raise (sig)
-     int sig;
+raise (int sig)
 {
   /* This is what POSIX says must happen.  */
   return pthread_kill (pthread_self (), sig);