summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-21 00:04:15 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-21 00:04:15 +0200
commit40f99833334b930762f957763d9db06e2f5dc7bb (patch)
treeb537f3ef06cbdb74c677c491497a67b7356b823f /sysdeps
parent94c8018de38eda69fdaa4130e433d95f09b7beae (diff)
Avoid exposing function prototype parameter names
* include/pthread/pthread.h: Prepend '__' to parameter names. * sysdeps/mach/hurd/bits/pthread-np.h: Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/bits/pthread-np.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/pthread-np.h b/sysdeps/mach/hurd/bits/pthread-np.h
index 5f75e06..4487ffd 100644
--- a/sysdeps/mach/hurd/bits/pthread-np.h
+++ b/sysdeps/mach/hurd/bits/pthread-np.h
@@ -33,6 +33,6 @@ extern int pthread_hurd_cond_wait_np (pthread_cond_t *__restrict __cond,
See hurd_thread_cancel. */
extern int pthread_hurd_cond_timedwait_np (pthread_cond_t *__restrict __cond,
pthread_mutex_t *__restrict __mutex,
- const struct timespec *abstime);
+ const struct timespec *__abstime);
#endif /* bits/pthread-np.h */