2001-11-08 Robert Collins <rbtcollins@hotmail.com>
* include/errno.h: Fix "errno is not a prototype" warning.
This commit is contained in:
parent
e2c07930f7
commit
4cecec6cde
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-08 Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
|
* include/errno.h: Fix "errno is not a prototype" warning.
|
||||||
|
|
||||||
2001-11-05 Egor Duda <deo@logos-m.ru>
|
2001-11-05 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
* Makefile.in: Delete unused executable after creating base-files.
|
* Makefile.in: Delete unused executable after creating base-files.
|
||||||
|
@ -104,7 +104,7 @@ extern "C" {
|
|||||||
#undef errno
|
#undef errno
|
||||||
extern int errno;
|
extern int errno;
|
||||||
#else
|
#else
|
||||||
int* _errno();
|
int* _errno(void);
|
||||||
#define errno (*_errno())
|
#define errno (*_errno())
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user