diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-06-20 18:34:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-06-20 18:34:57 +0000 |
commit | a704d94a8640a9e5291e33d47f6f528f569d18c9 (patch) | |
tree | 6ea259ced1e922609d55afeeae8433ea6d96925b /newlib/ChangeLog | |
parent | cfeb2c7d797660a163f5edabe979641cf57e67e5 (diff) | |
download | cygnal-a704d94a8640a9e5291e33d47f6f528f569d18c9.tar.gz cygnal-a704d94a8640a9e5291e33d47f6f528f569d18c9.tar.bz2 cygnal-a704d94a8640a9e5291e33d47f6f528f569d18c9.zip |
Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/include/sys/reent.h (_rand_next): Added __extension__
qualifier as long long type is not strict ANSI.
* libc/stdlib/rand.c (rand): Added __extension__ qualifier
to long long constant.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 831327c92..6e09241cf 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com> + + * libc/include/sys/reent.h (_rand_next): Added __extension__ + qualifier as long long type is not strict ANSI. + * libc/stdlib/rand.c (rand): Added __extension__ qualifier + to long long constant. + Fri Jun 16 23:02:00 2000 Corinna Vinschen <corinna@vinschen.de> * libc/include/sys/unistd.h: Add prototypes for `seteuid' and |