Split the standard & posix specification into individual headers.
commit52f4b2ee9a67743d4db50a77c030729ed1a05ac4
authorMihail Groza <unlupdestepa@gmail.com>
Tue, 21 Mar 2017 08:19:51 +0000 (21 08:19 +0000)
committerMihail Groza <unlupdestepa@gmail.com>
Tue, 21 Mar 2017 08:19:51 +0000 (21 08:19 +0000)
tree52380f0fb6c2876bbbb7a8e6e9d2397030243c73
parentfa98913ef01dc08d4c01770a449987bcbbb42a09
Split the standard & posix specification into individual headers.

This only splints standard & posix (not unix) specification files into
individual headers (should allow easier update).

While doing so, also inadvertently discovered a bug -- fseeko & ftello
were declared in standard library, while they're in the posix one.
33 files changed:
lib/Makefile.am
lib/include/assert.h [new file with mode: 0644]
lib/include/ctype.h [new file with mode: 0644]
lib/include/dirent.h [new file with mode: 0644]
lib/include/errno.h [new file with mode: 0644]
lib/include/fcntl.h [new file with mode: 0644]
lib/include/float.h [new file with mode: 0644]
lib/include/grp.h [new file with mode: 0644]
lib/include/limits.h [new file with mode: 0644]
lib/include/locale.h [new file with mode: 0644]
lib/include/math.h [new file with mode: 0644]
lib/include/pwd.h [new file with mode: 0644]
lib/include/regex.h [new file with mode: 0644]
lib/include/setjmp.h [new file with mode: 0644]
lib/include/signal.h [new file with mode: 0644]
lib/include/stdarg.h [new file with mode: 0644]
lib/include/stdbool.h [new file with mode: 0644]
lib/include/stddef.h [new file with mode: 0644]
lib/include/stdint.h [new file with mode: 0644]
lib/include/stdio.h
lib/include/stdlib.h
lib/include/string.h [new file with mode: 0644]
lib/include/sys/stat.h [new file with mode: 0644]
lib/include/sys/times.h [new file with mode: 0644]
lib/include/sys/types.h [new file with mode: 0644]
lib/include/sys/utsname.h [new file with mode: 0644]
lib/include/sys/wait.h [new file with mode: 0644]
lib/include/termios.h [new file with mode: 0644]
lib/include/time.h [new file with mode: 0644]
lib/include/ucontext.h [new file with mode: 0644]
lib/include/unistd.h [new file with mode: 0644]
lib/include/utime.h [new file with mode: 0644]
lib/include/wctype.h [new file with mode: 0644]