mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
rtld_lock.h: remove tautological extern's
Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D29623
This commit is contained in:
parent
2fd1ffefaa
commit
38e0610df7
@ -46,9 +46,9 @@ struct RtldLockInfo
|
||||
void (*at_fork)(void);
|
||||
};
|
||||
|
||||
extern void _rtld_thread_init(struct RtldLockInfo *) __exported;
|
||||
extern void _rtld_atfork_pre(int *) __exported;
|
||||
extern void _rtld_atfork_post(int *) __exported;
|
||||
void _rtld_thread_init(struct RtldLockInfo *) __exported;
|
||||
void _rtld_atfork_pre(int *) __exported;
|
||||
void _rtld_atfork_post(int *) __exported;
|
||||
|
||||
#ifdef IN_RTLD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user