Removed declaration of h_errno variable.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5023 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald 2003-10-14 10:12:04 +00:00
parent 494601c3fc
commit 917d6a9d1f
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ extern "C" {
#define NO_DATA 4 #define NO_DATA 4
#ifndef h_errno #ifndef h_errno
extern int h_errno;
extern int *_h_errnop(void); extern int *_h_errnop(void);
#define h_errno (*_h_errnop()) #define h_errno (*_h_errnop())
#endif /* h_errno */ #endif /* h_errno */