2001-11-08 Robert Collins <rbtcollins@hotmail.com>
* include/errno.h: Fix "errno is not a prototype" warning.
This commit is contained in:
@ -104,7 +104,7 @@ extern "C" {
|
||||
#undef errno
|
||||
extern int errno;
|
||||
#else
|
||||
int* _errno();
|
||||
int* _errno(void);
|
||||
#define errno (*_errno())
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user