X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=data%2Fabi_func.x86_64.musl;h=0bc24f76ab5ba1ab4cacb40e80c1cf813f313d62;hb=2466d8183310cb2b3118a0cc9eb26189a900863e;hp=78f4137fe95fec6c0d16f70ef40eb7efeb78d11f;hpb=bd89f40dfc7937d04b38d21f8ff1276680ae5526;p=musl-tables diff --git a/data/abi_func.x86_64.musl b/data/abi_func.x86_64.musl index 78f4137..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) @@ -304,6 +305,7 @@ float exp2f(float) long double exp2l(long double) float expf(float) long double expl(long double) +void explicit_bzero(void*, unsigned long) double expm1(double) float expm1f(float) long double expm1l(long double) @@ -389,6 +391,7 @@ long double fmodl(long double, long double) int fmtmsg(long, char const*, int, char const*, char const*, char const*) int fnmatch(char const*, char const*, int) _IO_FILE* fopen(char const*, char const*) +_IO_FILE* fopencookie(void*, char const*, _IO_cookie_io_functions_t) int fork() int forkpty(int*, char*, termios const*, winsize const*) long fpathconf(int, int) @@ -459,6 +462,7 @@ int getdents(int, dirent*, unsigned long) int getdomainname(char*, unsigned long) int getdtablesize() unsigned int getegid() +int getentropy(void*, unsigned long) char* getenv(char const*) unsigned int geteuid() unsigned int getgid() @@ -509,6 +513,7 @@ passwd* getpwnam(char const*) int getpwnam_r(char const*, passwd*, char*, unsigned long, passwd**) passwd* getpwuid(unsigned int) int getpwuid_r(unsigned int, passwd*, char*, unsigned long, passwd**) +long getrandom(void*, unsigned long, unsigned int) int getresgid(unsigned int*, unsigned int*, unsigned int*) int getresuid(unsigned int*, unsigned int*, unsigned int*) int getrlimit(int, rlimit*) @@ -735,10 +740,12 @@ unsigned long mbsrtowcs(wchar_t*, char const**, unsigned long, __mbstate_t*) unsigned long mbstowcs(wchar_t*, char const*, unsigned long) int mbtowc(wchar_t*, char const*, unsigned long) void* memalign(unsigned long, unsigned long) +int membarrier(int, int) void* memccpy(void*, void const*, int, unsigned long) void* memchr(void const*, int, unsigned long) int memcmp(void const*, void const*, unsigned long) void* memcpy(void*, void const*, unsigned long) +int memfd_create(char const*, unsigned int) void* memmem(void const*, unsigned long, void const*, unsigned long) void* memmove(void*, void const*, unsigned long) void* mempcpy(void*, void const*, unsigned long) @@ -759,6 +766,7 @@ int mkstemps(char*, int) char* mktemp(char*) long mktime(tm*) int mlock(void const*, unsigned long) +int mlock2(void const*, unsigned long, unsigned int) int mlockall(int) void* mmap(void*, unsigned long, int, int, int, long) double modf(double, double*) @@ -792,6 +800,7 @@ int mtx_unlock(mtx_t*) int munlock(void const*, unsigned long) int munlockall() int munmap(void*, unsigned long) +int name_to_handle_at(int, char const*, file_handle*, int*, int) double nan(char const*) float nanf(char const*) long double nanl(char const*) @@ -822,6 +831,7 @@ int ns_skiprr(unsigned char const*, unsigned char const*, __ns_sect, int) unsigned int ntohl(unsigned int) unsigned short ntohs(unsigned short) int open(char const*, int, ...) +int open_by_handle_at(int, file_handle*, int) _IO_FILE* open_memstream(char**, unsigned long*) _IO_FILE* open_wmemstream(wchar_t**, unsigned long*) int openat(int, char const*, int, ...) @@ -844,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*) @@ -925,6 +937,7 @@ int pthread_detach(unsigned long) int pthread_equal(unsigned long, unsigned long) void pthread_exit(void*) int pthread_getaffinity_np(unsigned long, unsigned long, cpu_set_t*) +int pthread_getattr_default_np(pthread_attr_t*) int pthread_getattr_np(unsigned long, pthread_attr_t*) int pthread_getconcurrency() int pthread_getcpuclockid(unsigned long, int*) @@ -971,9 +984,11 @@ int pthread_rwlockattr_init(pthread_rwlockattr_t*) int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int) unsigned long pthread_self() int pthread_setaffinity_np(unsigned long, unsigned long, cpu_set_t const*) +int pthread_setattr_default_np(pthread_attr_t const*) int pthread_setcancelstate(int, int*) int pthread_setcanceltype(int, int*) int pthread_setconcurrency(int) +int pthread_setname_np(unsigned long, char const*) int pthread_setschedparam(unsigned long, int, sched_param const*) int pthread_setschedprio(unsigned long, int) int pthread_setspecific(unsigned int, void const*) @@ -1082,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*)