mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
hurd: fix build
* sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
This commit is contained in:
parent
e8d190b9ed
commit
b5bf62e40c
@ -1,3 +1,7 @@
|
|||||||
|
2018-02-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/dl-sysdep.c (_dl_random): New variable.
|
||||||
|
|
||||||
2018-02-20 Rical Jasan <ricaljasan@pacific.net>
|
2018-02-20 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
* manual/creature.texi (_ISOC99_SOURCE): Update the dated
|
* manual/creature.texi (_ISOC99_SOURCE): Update the dated
|
||||||
|
@ -64,6 +64,8 @@ rtld_hidden_data_def(__libc_stack_end)
|
|||||||
hp_timing_t _dl_cpuclock_offset;
|
hp_timing_t _dl_cpuclock_offset;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* TODO: Initialize. */
|
||||||
|
void *_dl_random attribute_relro = NULL;
|
||||||
|
|
||||||
struct hurd_startup_data *_dl_hurd_data;
|
struct hurd_startup_data *_dl_hurd_data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user