lib-names.h 405 B

12345678910111213141516
  1. /* This file is automatically generated.
  2. It defines macros to allow user program to find the shared
  3. library files which come as part of GNU libc. */
  4. #ifndef __GNU_LIB_NAMES_H
  5. #define __GNU_LIB_NAMES_H 1
  6. #include <bits/wordsize.h>
  7. #if !defined __AARCH64EB__
  8. # include <gnu/lib-names-lp64.h>
  9. #endif
  10. #if defined __AARCH64EB__
  11. # include <gnu/lib-names-lp64_be.h>
  12. #endif
  13. #endif /* gnu/lib-names.h */