mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Update.
2000-02-24 Ulrich Drepper <drepper@redhat.com> * stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
This commit is contained in:
parent
8f369e0d14
commit
691ca5658e
@ -1,3 +1,7 @@
|
||||
2000-02-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
|
||||
|
||||
2000-02-24 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* include/stdlib.h: Fix prototypes of __initstate and __setstate.
|
||||
|
@ -410,7 +410,7 @@ extern char *initstate (unsigned int __seed, char *__statebuf,
|
||||
|
||||
/* Switch the random number generator to state buffer STATEBUF,
|
||||
which should have been previously initialized by `initstate'. */
|
||||
extern char *setstate (__const char *__statebuf) __THROW;
|
||||
extern char *setstate (char *__statebuf) __THROW;
|
||||
|
||||
|
||||
# ifdef __USE_MISC
|
||||
|
Loading…
Reference in New Issue
Block a user