2002-06-21 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/errno.h: Protect from multiple inclusion.
This commit is contained in:
Jeff Johnston 2002-06-21 15:26:47 +00:00
parent 1a7cb557b0
commit 4a2bfab76e
2 changed files with 9 additions and 0 deletions

View File

@ -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>
* libc/sys/arm/swi.h (ADP_Stopped_RunTimeError): Set correct value.

View File

@ -1,3 +1,8 @@
#ifndef __ERRNO_H__
#define __ERRNO_H__
typedef int error_t;
#include <sys/errno.h>
#endif /* !__ERRNO_H__ */