summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2003-11-04 19:58:12 +0000
committerdeischen <deischen@FreeBSD.org>2003-11-04 19:58:12 +0000
commitb9614386229dcd4f7a2c7e3ba626f9b74bbd7b89 (patch)
treec19b1ad072ad3842e9ef68e097c2ef8ec21b662a /lib/libpthread
parent06593e0c1af243bc600ba69993b24791443928b5 (diff)
downloadFreeBSD-src-b9614386229dcd4f7a2c7e3ba626f9b74bbd7b89.zip
FreeBSD-src-b9614386229dcd4f7a2c7e3ba626f9b74bbd7b89.tar.gz
s/foo()/foo(void)/
Add a blank line after a variable declaration.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/thread/thr_rtld.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_rtld.c b/lib/libpthread/thread/thr_rtld.c
index 110fc18..b267fe8 100644
--- a/lib/libpthread/thread/thr_rtld.c
+++ b/lib/libpthread/thread/thr_rtld.c
@@ -265,9 +265,10 @@ _thr_rtld_clr_flag(int mask)
}
void
-_thr_rtld_init()
+_thr_rtld_init(void)
{
struct RtldLockInfo li;
+
li.lock_create = _thr_rtld_lock_create;
li.lock_destroy = _thr_rtld_lock_destroy;
li.rlock_acquire = _thr_rtld_rlock_acquire;
@@ -280,7 +281,7 @@ _thr_rtld_init()
}
void
-_thr_rtld_fini()
+_thr_rtld_fini(void)
{
_rtld_thread_init(NULL);
}
OpenPOWER on IntegriCloud