glibc-version.h 186 B

123456
  1. /* update the file whenever changes made to glibc.
  2. pick whatever random value. */
  3. #define GLIBC_VERSION 20170114
  4. int register_library(const char* name, unsigned long load_address);