diff options
author | Aki <please@ignore.pl> | 2024-08-20 22:17:58 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-08-20 22:17:58 +0200 |
commit | 341f0674861b0592cd359933dc09159b6aa9a394 (patch) | |
tree | 9c536217efe259900c5e523a21604d57a499066c /db/posix.lua | |
parent | 580835fb52cfe2ba46f3cd5980ee388d2408f214 (diff) | |
download | headers-341f0674861b0592cd359933dc09159b6aa9a394.zip headers-341f0674861b0592cd359933dc09159b6aa9a394.tar.gz headers-341f0674861b0592cd359933dc09159b6aa9a394.tar.bz2 |
Use familiar names where possible in db
Diffstat (limited to 'db/posix.lua')
-rw-r--r-- | db/posix.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/posix.lua b/db/posix.lua index 467294c..0a7fa43 100644 --- a/db/posix.lua +++ b/db/posix.lua @@ -1,5 +1,5 @@ scheme "headers/1" -aliases "IEEE Std 1003.1-2008" {"POSIX"} +aliases "POSIX" {"IEEE Std 1003.1-2008"} headers "POSIX" { "aio.h", "arpa/inet.h", |