Add declarations to eliminate -Wmissing-prototypes warnings

This commit is contained in:
Craig Rodrigues 2015-09-20 04:26:55 +00:00
parent 193d994d2d
commit 25462e6589
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288018

View file

@ -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)
{