Browse Source

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


			
			
				pregp02r1
			
			
		
Jeff Johnston 25 years ago
parent
commit
815a37f78a
  1. 5
      newlib/ChangeLog
  2. 1
      newlib/libc/include/sys/reent.h

5
newlib/ChangeLog

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

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

Loading…
Cancel
Save