Changes between Version 7 and Version 8 of Ticket #4947, comment 13
- Timestamp:
- Aug 23, 2019, 5:53:05 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4947, comment 13
v7 v8 1 DATE: 08/2 2/20191 DATE: 08/23/2019 2 2 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):** 4 4 5 5 {{{ 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 28 7 <arpa/inet.h> 29 8 <assert.h> 30 9 <complex.h> 31 <cpio.h> 10 <cpio.h> - NOT IMPLEMENTED 32 11 <ctype.h> - work needed 33 12 <dirent.h> … … 36 15 <fcntl.h> - work needed 37 16 <fenv.h> - work needed 38 <float.h> 39 <fmtmsg.h> 17 <float.h> - NOT IMPLEMENTED 18 <fmtmsg.h> - NOT IMPLEMENTED 40 19 <fnmatch.h> 41 20 <ftw.h> … … 44 23 <iconv.h> 45 24 <inttypes.h> - work needed 46 <iso646.h> 25 <iso646.h> - NOT IMPLEMENTED 47 26 <langinfo.h> - work needed 48 27 <libgen.h> … … 51 30 <math.h> - work needed 52 31 <monetary.h> - work needed 53 <mqueue.h> 54 <ndbm.h> 32 <mqueue.h> - NOT IMPLEMENTED 33 <ndbm.h> - NOT IMPLEMENTED 55 34 <net/if.h> 56 35 <netdb.h> … … 69 48 <spawn.h> 70 49 <stdarg.h> 71 <stdbool.h> 72 <stddef.h> 50 <stdbool.h> - NOT IMPLEMENTED 51 <stddef.h> - NOT IMPLEMENTED 73 52 <stdint.h> 74 53 <stdio.h> - work needed … … 83 62 <sys/select.h> - work needed 84 63 <sys/sem.h> 85 <sys/shm.h> 64 <sys/shm.h> - NOT IMPLEMENTED 86 65 <sys/socket.h> - work needed 87 66 <sys/stat.h> - work needed … … 97 76 <tar.h> 98 77 <termios.h> 99 <tgmath.h> 78 <tgmath.h> - NOT IMPLEMENTED 100 79 <time.h> - work needed 101 <trace.h> 102 <ulimit.h> 80 <trace.h> - NOT IMPLEMENTED 81 <ulimit.h> - NOT IMPLEMENTED 103 82 <unistd.h> - work needed 104 83 <utime.h> 105 <utmpx.h> 84 <utmpx.h> - NOT IMPLEMENTED 106 85 <wchar.h> 107 86 <wctype.h> 108 <wordexp.h> 87 <wordexp.h> - NOT IMPLEMENTED 109 88 }}}