ls1x-loongson-gnu-toolchain.../sysroot/usr/include/gnu/lib-names.h
2024-11-27 15:46:37 +08:00

17 lines
392 B
C

/* This file is automatically generated.
It defines macros to allow user program to find the shared
library files which come as part of GNU libc. */
#ifndef __GNU_LIB_NAMES_H
#define __GNU_LIB_NAMES_H 1
#include <bits/wordsize.h>
#if defined _ABILP32
# include <gnu/lib-names-ilp32.h>
#endif
#if defined _ABILP64
# include <gnu/lib-names-lp64.h>
#endif
#endif /* gnu/lib-names.h */