Changes between Version 32 and Version 33 of Ticket #4947, comment 13


Ignore:
Timestamp:
Aug 28, 2019, 7:43:18 PM (5 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4947, comment 13

    v32 v33  
    33**Complete list of headers per POSIX.1-2017, 2018 edition (as of Haiku hrev53395):**
    44
    5 {{{
    65<aio.h> - NOT IMPLEMENTED
    76<arpa/inet.h> - PASSED
     
    4140<pwd.h> - PASSED
    4241<regex.h> - PASSED
    43 <sched.h>  - work needed (missing a few **sched_param** functions)
     42<sched.h>  - work needed (sched_param*)
    4443<search.h> - PASSED
    4544<semaphore.h> - PASSED
     
    5756<stropts.h> - NOT IMPLEMENTED
    5857<sys/ipc.h> - PASSED
    59 <sys/mman.h>  - work needed
     58<sys/mman.h>  - work needed (POSIX_TYPED_MEM_*, MCL_*)
    6059<sys/msg.h> - PASSED
    6160<sys/resource.h> - PASSED
    62 <sys/select.h>  - work needed
     61<sys/select.h> - PASSED
    6362<sys/sem.h> - PASSED
    6463<sys/shm.h> - NOT IMPLEMENTED
    6564<sys/socket.h>  - work needed
    66 <sys/stat.h>  - work needed
     65<sys/stat.h> - PASSED
    6766<sys/statvfs.h> - PASSED
    6867<sys/time.h> - PASSED
    69 <sys/times.h>  - work needed
     68<sys/times.h> - PASSED
    7069<sys/types.h> - PASSED
    7170<sys/uio.h> - PASSED
    72 <sys/un.h>  - work needed
     71<sys/un.h> - PASSED
    7372<sys/utsname.h> - PASSED
    74 <sys/wait.h>  - work needed
     73<sys/wait.h> - PASSED
    7574<syslog.h> - PASSED
    7675<tar.h> - PASSED
    77 <termios.h> - work needed (PASSED, missing: pid_t tcgetsid(int);)
     76<termios.h> - work needed (pid_t tcgetsid(int);)
    7877<tgmath.h> - NOT IMPLEMENTED
    79 <time.h>  - work needed
     78<time.h> - PASSED (*asctime_r(const struct tm *restrict, char *restrict))
    8079<trace.h> - NOT IMPLEMENTED
    8180<ulimit.h> - NOT IMPLEMENTED
    82 <unistd.h>  - work needed
     81<unistd.h>  - work needed (_CS_*,_PC_TIMESTAMP_RES*,_SC_SHELL,_SC_SPAWN,_SC_SPIN_LOCKS,... )
    8382<utime.h> - PASSED (obsolete as of POSIX 1.2017)
    8483<utmpx.h> - NOT IMPLEMENTED
     
    8685<wctype.h> - PASSED
    8786<wordexp.h> - NOT IMPLEMENTED
    88 }}}