From 4a2bfab76e299a64173ca43af0189cf690e08c51 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 21 Jun 2002 15:26:47 +0000 Subject: 2002-06-21 Jeff Johnston * libc/include/errno.h: Protect from multiple inclusion. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/errno.h | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e4df3ce73..0af3c5772 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2002-06-21 Jeff Johnston + + * libc/include/errno.h: Protect from multiple inclusion. + 2002-06-21 Nick Clifton * libc/sys/arm/swi.h (ADP_Stopped_RunTimeError): Set correct value. diff --git a/newlib/libc/include/errno.h b/newlib/libc/include/errno.h index 8584a639b..81eaef710 100644 --- a/newlib/libc/include/errno.h +++ b/newlib/libc/include/errno.h @@ -1,3 +1,8 @@ +#ifndef __ERRNO_H__ +#define __ERRNO_H__ + typedef int error_t; #include + +#endif /* !__ERRNO_H__ */ -- cgit v1.2.3