2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/errno.h: Protect from multiple inclusion.
This commit is contained in:
parent
1a7cb557b0
commit
4a2bfab76e
|
@ -1,3 +1,7 @@
|
||||||
|
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/errno.h: Protect from multiple inclusion.
|
||||||
|
|
||||||
2002-06-21 Nick Clifton <nickc@cambridge.redhat.com>
|
2002-06-21 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* libc/sys/arm/swi.h (ADP_Stopped_RunTimeError): Set correct value.
|
* libc/sys/arm/swi.h (ADP_Stopped_RunTimeError): Set correct value.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
#ifndef __ERRNO_H__
|
||||||
|
#define __ERRNO_H__
|
||||||
|
|
||||||
typedef int error_t;
|
typedef int error_t;
|
||||||
|
|
||||||
#include <sys/errno.h>
|
#include <sys/errno.h>
|
||||||
|
|
||||||
|
#endif /* !__ERRNO_H__ */
|
||||||
|
|
Loading…
Reference in New Issue