OSDN Git Service

2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Mon, 4 Feb 2002 18:38:43 +0000 (18:38 +0000)
committerjjohnstn <jjohnstn>
Mon, 4 Feb 2002 18:38:43 +0000 (18:38 +0000)
        * libc/include/sys/reent.h [(!_REENT_SMALL]: Add
        _REENT_CHECK_EMERGENCY macro.

newlib/ChangeLog
newlib/libc/include/sys/reent.h

index 231f1cc..c5ea5c1 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/include/sys/reent.h [(!_REENT_SMALL]: Add
+       _REENT_CHECK_EMERGENCY macro.
+
 2002-02-03  matthew green  <mrg@redhat.com>
 
        * libc/reent/signgam.c (__signgam): Fix error in previous.
index 7d1a472..d28d201 100644 (file)
@@ -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)