2002-02-04 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/sys/reent.h [(!_REENT_SMALL]: Add
        _REENT_CHECK_EMERGENCY macro.
This commit is contained in:
Jeff Johnston 2002-02-04 18:38:44 +00:00
parent cef36985fa
commit 815a37f78a
2 changed files with 6 additions and 0 deletions

View 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.

View 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)