Add declarations to eliminate -Wmissing-prototypes warnings
This commit is contained in:
parent
193d994d2d
commit
25462e6589
@ -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…
x
Reference in New Issue
Block a user