diff options
Diffstat (limited to 'newlib/libc/include/sys/reent.h')
-rw-r--r-- | newlib/libc/include/sys/reent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index 55fb9ff2a..60eb208a7 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -371,8 +371,8 @@ struct _reent int __sdidinit; /* 1 means stdio has been init'd */ - int _current_category; /* used by setlocale */ - _CONST char *_current_locale; + int _current_category; /* unused */ + _CONST char *_current_locale; /* unused */ struct _mprec *_mp; |