mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -19,7 +19,9 @@
|
|||||||
#ifndef _LDCONFIG_H
|
#ifndef _LDCONFIG_H
|
||||||
#define _LDCONFIG_H
|
#define _LDCONFIG_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#define FLAG_ANY -1
|
#define FLAG_ANY -1
|
||||||
#define FLAG_TYPE_MASK 0x00ff
|
#define FLAG_TYPE_MASK 0x00ff
|
||||||
|
Reference in New Issue
Block a user