]> sourceware.org Git - glibc.git/blobdiff - sysdeps/unix/sysv/linux/pthread_setname.c
Convert 231 sysdeps function definitions to prototype style.
[glibc.git] / sysdeps / unix / sysv / linux / pthread_setname.c
index db185527aa3ed19c236ea2c468b1d8b3e98ba483..c3825ebb2f0643475cf949bc31d7aff73b4598c6 100644 (file)
@@ -28,9 +28,7 @@
 
 
 int
-pthread_setname_np (th, name)
-     pthread_t th;
-     const char *name;
+pthread_setname_np (pthread_t th, const char *name)
 {
   const struct pthread *pd = (const struct pthread *) th;
 
This page took 0.030947 seconds and 5 git commands to generate.