X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=data%2Fabi_func.x86_64.musl;fp=data%2Fabi_func.x86_64.musl;h=0bc24f76ab5ba1ab4cacb40e80c1cf813f313d62;hb=2466d8183310cb2b3118a0cc9eb26189a900863e;hp=54cb8da848de5c8b1b09a162a72ec4f55c4be16d;hpb=46644c40de1b809b88fc1abd8fe19f9ffa955bff;p=musl-tables diff --git a/data/abi_func.x86_64.musl b/data/abi_func.x86_64.musl index 54cb8da..0bc24f7 100644 --- a/data/abi_func.x86_64.musl +++ b/data/abi_func.x86_64.musl @@ -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*)