summaryrefslogtreecommitdiff
path: root/db/posix.lua
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-06-26 00:45:11 +0200
committerAki <please@ignore.pl>2024-06-26 00:46:00 +0200
commite2690e1cce87be317dd8169e93a59318b42e3b82 (patch)
tree266f382e7634d929ce077cf42690bd66464c5475 /db/posix.lua
downloadheaders-e2690e1cce87be317dd8169e93a59318b42e3b82.zip
headers-e2690e1cce87be317dd8169e93a59318b42e3b82.tar.gz
headers-e2690e1cce87be317dd8169e93a59318b42e3b82.tar.bz2
Implemented dumb database for standard C headers
Diffstat (limited to 'db/posix.lua')
-rw-r--r--db/posix.lua85
1 files changed, 85 insertions, 0 deletions
diff --git a/db/posix.lua b/db/posix.lua
new file mode 100644
index 0000000..3757a7d
--- /dev/null
+++ b/db/posix.lua
@@ -0,0 +1,85 @@
+aliases "IEEE Std 1003.1-2008" {"POSIX"}
+headers "POSIX" {
+ "aio.h",
+ "arpa/inet.h",
+ "assert.h",
+ "complex.h",
+ "cpio.h",
+ "ctype.h",
+ "dirent.h",
+ "dlfcn.h",
+ "errno.h",
+ "fcntl.h",
+ "fenv.h",
+ "float.h",
+ "fmtmsg.h",
+ "fnmatch.h",
+ "ftw.h",
+ "glob.h",
+ "grp.h",
+ "iconv.h",
+ "inttypes.h",
+ "iso646.h",
+ "langinfo.h",
+ "libgen.h",
+ "limits.h",
+ "locale.h",
+ "math.h",
+ "monetary.h",
+ "mqueue.h",
+ "ndbm.h",
+ "net/if.h",
+ "netdb.h",
+ "netinet/in.h",
+ "netinet/tcp.h",
+ "nl_types.h",
+ "poll.h",
+ "pthread.h",
+ "pwd.h",
+ "regex.h",
+ "sched.h",
+ "search.h",
+ "semaphore.h",
+ "setjmp.h",
+ "signal.h",
+ "spawn.h",
+ "stdarg.h",
+ "stdbool.h",
+ "stddef.h",
+ "stdint.h",
+ "stdio.h",
+ "stdlib.h",
+ "string.h",
+ "strings.h",
+ "stropts.h",
+ "sys/ipc.h",
+ "sys/mman.h",
+ "sys/msg.h",
+ "sys/resource.h",
+ "sys/select.h",
+ "sys/sem.h",
+ "sys/shm.h",
+ "sys/socket.h",
+ "sys/stat.h",
+ "sys/statvfs.h",
+ "sys/time.h",
+ "sys/times.h",
+ "sys/types.h",
+ "sys/uio.h",
+ "sys/un.h",
+ "sys/utsname.h",
+ "sys/wait.h",
+ "syslog.h",
+ "tar.h",
+ "termios.h",
+ "tgmath.h",
+ "time.h",
+ "trace.h",
+ "ulimit.h",
+ "unistd.h",
+ "utime.h",
+ "utmpx.h",
+ "wchar.h",
+ "wctype.h",
+ "wordexp.h",
+}