diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-08 19:33:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-08 19:33:13 +0000 |
commit | c9524c0cd8a7dfef5761706e7b30bf64a3e2df34 (patch) | |
tree | c80264855fb1dd5634195072409933ffb9c9fe93 /newlib/libc/include/sys/reent.h | |
parent | 9f13ccb3562531b31642db1151f126fe31c972fb (diff) | |
download | cygnal-c9524c0cd8a7dfef5761706e7b30bf64a3e2df34.tar.gz cygnal-c9524c0cd8a7dfef5761706e7b30bf64a3e2df34.tar.bz2 cygnal-c9524c0cd8a7dfef5761706e7b30bf64a3e2df34.zip |
2004-01-08 Joel Sherrill <joel@oarcorp.com>
* libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c:
Remove warnings.
Diffstat (limited to 'newlib/libc/include/sys/reent.h')
-rw-r--r-- | newlib/libc/include/sys/reent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index a5d6f5c9e..e783e842e 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -698,7 +698,7 @@ struct _reent #define _REENT_MP_RESULT_K(ptr) ((ptr)->_result_k) #define _REENT_MP_P5S(ptr) ((ptr)->_p5s) #define _REENT_MP_FREELIST(ptr) ((ptr)->_freelist) -#define _REENT_ASCTIME_BUF(ptr) (&(ptr)->_new._reent._asctime_buf) +#define _REENT_ASCTIME_BUF(ptr) ((ptr)->_new._reent._asctime_buf) #define _REENT_TM(ptr) (&(ptr)->_new._reent._localtime_buf) #define _REENT_EMERGENCY(ptr) ((ptr)->_emergency) #define _REENT_STRTOK_LAST(ptr) ((ptr)->_new._reent._strtok_last) |