v1.1.24 update
[musl-tables] / data / abi_func.x86_64.musl
index 54cb8da..0bc24f7 100644 (file)
@@ -185,6 +185,7 @@ double _Complex conj(double _Complex)
 float _Complex conjf(float _Complex)
 long double _Complex conjl(long double _Complex)
 int connect(int, sockaddr const*, unsigned int)
+long copy_file_range(int, long*, int, long*, unsigned long, unsigned int)
 double copysign(double, double)
 float copysignf(float, float)
 long double copysignl(long double, long double)
@@ -853,8 +854,10 @@ int posix_madvise(void*, unsigned long, int)
 int posix_memalign(void**, unsigned long, unsigned long)
 int posix_openpt(int)
 int posix_spawn(int*, char const*, posix_spawn_file_actions_t const*, posix_spawnattr_t const*, char* const*, char* const*)
+int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t*, char const*)
 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t*, int)
 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t*, int, int)
+int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t*, int)
 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t*, int, char const*, int, unsigned int)
 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t*)
 int posix_spawn_file_actions_init(posix_spawn_file_actions_t*)
@@ -1094,6 +1097,7 @@ int sched_setaffinity(int, unsigned long, cpu_set_t const*)
 int sched_setparam(int, sched_param const*)
 int sched_setscheduler(int, int, sched_param const*)
 int sched_yield()
+char* secure_getenv(char const*)
 unsigned short* seed48(unsigned short*)
 void seekdir(__dirstream*, long)
 int select(int, fd_set*, fd_set*, fd_set*, timeval*)