h_errno is now declared in each file that uses it.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5070 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2003-10-17 13:57:33 +00:00
parent f8e89e479d
commit 8c911f6ce6
6 changed files with 5 additions and 2 deletions
-1
View File
@@ -21,7 +21,6 @@ extern "C" {
#define NO_DATA 4
#ifndef h_errno
extern int h_errno;
extern int *_h_errnop(void);
#define h_errno (*_h_errnop())
#endif /* h_errno */