mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
rtld: remove pointless "extern"
Reviewed by: brooks, imp Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D43985
This commit is contained in:
parent
e53b83a849
commit
180df764c4
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ getpagesize(void)
|
|||
return (page_size);
|
||||
}
|
||||
|
||||
extern int __sys___sysctl(const int *name, u_int namelen, void *oldp,
|
||||
int __sys___sysctl(const int *name, u_int namelen, void *oldp,
|
||||
size_t *oldlenp, const void *newp, size_t newlen);
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue