about summary refs log tree commit diff
path: root/nptl/pthread_attr_getguardsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_attr_getguardsize.c')
-rw-r--r--nptl/pthread_attr_getguardsize.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_attr_getguardsize.c b/nptl/pthread_attr_getguardsize.c
index 83cb8016ea..b05b36ecfb 100644
--- a/nptl/pthread_attr_getguardsize.c
+++ b/nptl/pthread_attr_getguardsize.c
@@ -21,9 +21,7 @@
 
 
 int
-pthread_attr_getguardsize (attr, guardsize)
-     const pthread_attr_t *attr;
-     size_t *guardsize;
+pthread_attr_getguardsize (const pthread_attr_t *attr, size_t *guardsize)
 {
   struct pthread_attr *iattr;