mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Add declarations to eliminate -Wmissing-prototypes warnings
This commit is contained in:
parent
193d994d2d
commit
25462e6589
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@
|
|||
#undef h_errno
|
||||
extern int h_errno;
|
||||
|
||||
int *__h_errno(void);
|
||||
void __h_errno_set(res_state res, int err);
|
||||
|
||||
int *
|
||||
__h_errno(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue