mirror of git://sourceware.org/git/glibc.git
parent
7c4a0993d4
commit
0b87a270e2
|
@ -1,5 +1,7 @@
|
||||||
2000-11-15 Andreas Jaeger <aj@suse.de>
|
2000-11-15 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* elf/chroot_canon.c: Include <stdint.h>.
|
||||||
|
|
||||||
* elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
|
* elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
|
||||||
(print_entry): Likewise.
|
(print_entry): Likewise.
|
||||||
(add_to_cache): Likewise.
|
(add_to_cache): Likewise.
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "ldconfig.h"
|
#include "ldconfig.h"
|
||||||
|
|
||||||
#ifndef PATH_MAX
|
#ifndef PATH_MAX
|
||||||
|
|
Loading…
Reference in New Issue