Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/reent.h')
-rw-r--r--newlib/libc/include/sys/reent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h
index d6aefed6e..760638676 100644
--- a/newlib/libc/include/sys/reent.h
+++ b/newlib/libc/include/sys/reent.h
@@ -182,7 +182,7 @@ struct _reent
char _asctime_buf[26];
struct tm _localtime_buf;
int _gamma_signgam;
- unsigned long long _rand_next;
+ __extension__ unsigned long long _rand_next;
} _reent;
/* Two next two fields were once used by malloc. They are no longer