From 815a37f78a41f4f515f9f9355f90bf112c873ea1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 4 Feb 2002 18:38:44 +0000 Subject: 2002-02-04 Jeff Johnston * libc/include/sys/reent.h [(!_REENT_SMALL]: Add _REENT_CHECK_EMERGENCY macro. --- newlib/libc/include/sys/reent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/sys/reent.h') diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index 7d1a47215..d28d201ca 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -439,6 +439,7 @@ struct _reent #define _REENT_CHECK_MP(ptr) /* nothing */ #define _REENT_CHECK_TM(ptr) /* nothing */ #define _REENT_CHECK_ASCTIME_BUF(ptr) /* nothing */ +#define _REENT_CHECK_EMERGENCY(ptr) /* nothing */ #define _REENT_SIGNGAM(ptr) ((ptr)->_new._reent._gamma_signgam) #define _REENT_RAND_NEXT(ptr) ((ptr)->_new._reent._rand_next) -- cgit v1.2.3