X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=tab_posix.html;h=423275b06c64a370066c435104edee9896ef8a58;hp=5b1028f7ec7e857484359cf896a1ea6d4fa0b5ce;hb=2466d8183310cb2b3118a0cc9eb26189a900863e;hpb=46644c40de1b809b88fc1abd8fe19f9ffa955bff diff --git a/tab_posix.html b/tab_posix.html index 5b1028f..423275b 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,5 +1,5 @@

musl vs posix api

-

commit

commit b07d45eb01e900f0176894fdedab62285f5cb8be
Date: 2019-07-16 15:30:39 -0400

release 1.1.23 +

commit

commit ea9525c8bcf6170df59364c4bcd616de1acf8703
Date: 2019-10-13 17:58:27 -0400

release 1.1.24

legend

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing @@ -68,7 +68,7 @@
 Tp cacoshf complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 Tp cacoshl complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions
 Tp cacosl complex.h cacos, cacosf, cacosl - complex arc cosine functions -
 TWp p p calloc stdlib.h calloc - a memory allocator +
 TWp p p calloc stdlib.h calloc - a memory allocator
 Tp d d carg complex.h carg, cargf, cargl - complex argument functions
 Tp cargf complex.h carg, cargf, cargl - complex argument functions
 Tp cargl complex.h carg, cargf, cargl - complex argument functions @@ -117,7 +117,7 @@
 Tp clock_getcpuclockid time.h CPTclock_getcpuclockid - access a process CPU-time clock (ADVANCED REALTIME)
 Tp clock_getres time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions
 Wp clock_gettime time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions -
 Tp clock_nanosleep time.h CXclock_nanosleep - high resolution sleep with specifiable clock +
 Wp clock_nanosleep time.h CXclock_nanosleep - high resolution sleep with specifiable clock
 Tp clock_settime time.h CXclock_getres, clock_gettime, clock_settime - clock and timer functions
 Tp clog complex.h clog, clogf, clogl - complex natural logarithm functions
 Tp clogf complex.h clog, clogf, clogl - complex natural logarithm functions @@ -199,7 +199,7 @@
 Wp endpwent pwd.h XSIendpwent, getpwent, setpwent - user database functions
 Tp endservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions
 Tp endutxent utmpx.h XSIendutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions -
 Vx environ unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +
 Vx environ unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file
 Tp erand48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 Tp d d erf math.h erf, erff, erfl - error functions
 Tp d d erfc math.h erfc, erfcf, erfcl - complementary error functions @@ -292,7 +292,7 @@
 Tp fputwc stdio.h wchar.h fputwc - put a wide-character code on a stream
 Tp fputws stdio.h wchar.h fputws - put a wide-character string on a stream
 Tp fread stdio.h fread - binary input -
 Tp p p free stdlib.h free - free allocated memory +
 Tp p p free stdlib.h free - free allocated memory
 Tp freeaddrinfo sys/socket.h netdb.h freeaddrinfo, getaddrinfo - get address information
 Tp freelocale locale.h CXfreelocale - free resources allocated for a locale object
 Tp freopen stdio.h freopen - open a stream @@ -508,7 +508,7 @@
 Tp localeconv locale.h localeconv - return locale-specific information
 Tp localtime time.h localtime, localtime_r - convert a time value to a broken-down local time
 Wp localtime_r time.h CXlocaltime, localtime_r - convert a time value to a broken-down local time -
 Tp p lockf unistd.h XSIlockf - record locking on files +
 Tp p lockf unistd.h XSIlockf - record locking on files
 Tp d d log math.h log, logf, logl - natural logarithm function
 Tp d d log10 math.h log10, log10f, log10l - base 10 logarithm function
 Tp log10f math.h log10, log10f, log10l - base 10 logarithm function @@ -533,7 +533,7 @@
 Tp lroundf math.h lround, lroundf, lroundl - round to nearest integer value
 Tp lroundl math.h lround, lroundf, lroundl - round to nearest integer value
 Tp lsearch search.h XSIlsearch, lfind - linear search and update -
 Tp lseek unistd.h lseek - move the read/write file offset +
 Wp lseek unistd.h lseek - move the read/write file offset
 Tp lstat sys/stat.h fstatat, lstat, stat - get file status
 TWp p malloc stdlib.h malloc - a memory allocator
 Tp mblen stdlib.h mblen - get number of bytes in a character @@ -546,10 +546,10 @@
 Tp mbtowc stdlib.h mbtowc - convert a character to a wide-character code
 Tp memccpy string.h XSImemccpy - copy bytes in memory
 Tp memchr string.h memchr - find byte in memory -
 Tp p memcmp string.h memcmp - compare bytes in memory -
 Tp p memcpy string.h memcpy - copy bytes in memory +
 Tp p memcmp string.h memcmp - compare bytes in memory +
 Tp p memcpy string.h memcpy - copy bytes in memory
 Tp memmove string.h memmove - copy bytes in memory with overlapping areas -
 Tp p memset string.h memset - set bytes in memory +
 Tp p memset string.h memset - set bytes in memory
 Tp mkdir sys/stat.h mkdir, mkdirat - make a directory relative to directory file descriptor
 Tp mkdirat sys/stat.h mkdir, mkdirat - make a directory relative to directory file descriptor
 Tp mkdtemp stdlib.h CXmkdtemp, mkstemp - create a unique directory or file @@ -820,14 +820,14 @@
 Tp scalbnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX
 Tp scandir dirent.h alphasort, scandir - scan a directory
 Tp scanf stdio.h fscanf, scanf, sscanf - convert formatted input -
 Tp sched_get_priority_max sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) -
 Tp sched_get_priority_min sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) -
 Tp sched_getparam sched.h PSsched_getparam - get scheduling parameters (REALTIME) -
 Tp sched_getscheduler sched.h PSsched_getscheduler - get scheduling policy (REALTIME) -
 Tp sched_rr_get_interval sched.h PSsched_rr_get_interval - get execution time limits (REALTIME) -
 Tp sched_setparam sched.h PSsched_setparam - set scheduling parameters (REALTIME) -
 Tp sched_setscheduler sched.h PSsched_setscheduler - set scheduling policy and parameters (REALTIME) -
 Tp sched_yield sched.h sched_yield - yield the processor +
 Tp sched_get_priority_max sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) +
 Tp sched_get_priority_min sched.h PSsched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) +
 Tp sched_getparam sched.h PSsched_getparam - get scheduling parameters (REALTIME) +
 Tp sched_getscheduler sched.h PSsched_getscheduler - get scheduling policy (REALTIME) +
 Tp sched_rr_get_interval sched.h PSsched_rr_get_interval - get execution time limits (REALTIME) +
 Tp sched_setparam sched.h PSsched_setparam - set scheduling parameters (REALTIME) +
 Tp sched_setscheduler sched.h PSsched_setscheduler - set scheduling policy and parameters (REALTIME) +
 Tp sched_yield sched.h sched_yield - yield the processor
 Tp seed48 stdlib.h XSIdrand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
 Tp seekdir dirent.h XSIseekdir - set the position of a directory stream
 Tp select sys/select.h pselect, select - synchronous I/O multiplexing