Changes between Version 7 and Version 8 of Ticket #4947, comment 13


Ignore:
Timestamp:
Aug 23, 2019, 5:53:05 PM (5 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4947, comment 13

    v7 v8  
    1 DATE: 08/22/2019
     1DATE: 08/23/2019
    22
    3 **Missing POSIX headers per POSIX.1-2017, 2018 edition (as of Haiku hrev53393):**
     3**Complete list of headers per POSIX.1-2017, 2018 edition (as of Haiku hrev53395):**
    44
    55{{{
    6     <aio.h>
    7     <cpio.h>
    8     <float.h>
    9     <fmtmsg.h>
    10     <iso646.h>
    11     <mqueue.h>
    12     <ndbm.h>
    13     <stdbool.h>
    14     <stddef.h>
    15     <stropts.h>
    16     <sys/shm.h>
    17     <tgmath.h>
    18     <trace.h>
    19     <ulimit.h>
    20     <utmpx.h>
    21     <wordexp.h>
    22 }}}
    23 
    24 **Complete list of headers per POSIX.1-2017, 2018 edition (as of Haiku hrev53393):**
    25 
    26 {{{
    27 <aio.h>
     6<aio.h> - NOT IMPLEMENTED
    287<arpa/inet.h>
    298<assert.h>
    309<complex.h>
    31 <cpio.h>
     10<cpio.h> - NOT IMPLEMENTED
    3211<ctype.h>  - work needed
    3312<dirent.h>
     
    3615<fcntl.h>  - work needed
    3716<fenv.h> - work needed
    38 <float.h>
    39 <fmtmsg.h>
     17<float.h> - NOT IMPLEMENTED
     18<fmtmsg.h> - NOT IMPLEMENTED
    4019<fnmatch.h>
    4120<ftw.h>
     
    4423<iconv.h>
    4524<inttypes.h>  - work needed
    46 <iso646.h>
     25<iso646.h> - NOT IMPLEMENTED
    4726<langinfo.h>  - work needed
    4827<libgen.h>
     
    5130<math.h>  - work needed
    5231<monetary.h>  - work needed
    53 <mqueue.h>
    54 <ndbm.h>
     32<mqueue.h> - NOT IMPLEMENTED
     33<ndbm.h> - NOT IMPLEMENTED
    5534<net/if.h>
    5635<netdb.h>
     
    6948<spawn.h>
    7049<stdarg.h>
    71 <stdbool.h>
    72 <stddef.h>
     50<stdbool.h> - NOT IMPLEMENTED
     51<stddef.h> - NOT IMPLEMENTED
    7352<stdint.h>
    7453<stdio.h>  - work needed
     
    8362<sys/select.h>  - work needed
    8463<sys/sem.h>
    85 <sys/shm.h>
     64<sys/shm.h> - NOT IMPLEMENTED
    8665<sys/socket.h>  - work needed
    8766<sys/stat.h>  - work needed
     
    9776<tar.h>
    9877<termios.h>
    99 <tgmath.h>
     78<tgmath.h> - NOT IMPLEMENTED
    10079<time.h>  - work needed
    101 <trace.h>
    102 <ulimit.h>
     80<trace.h> - NOT IMPLEMENTED
     81<ulimit.h> - NOT IMPLEMENTED
    10382<unistd.h>  - work needed
    10483<utime.h>
    105 <utmpx.h>
     84<utmpx.h> - NOT IMPLEMENTED
    10685<wchar.h>
    10786<wctype.h>
    108 <wordexp.h>
     87<wordexp.h> - NOT IMPLEMENTED
    10988}}}