diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 18:49:02 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 18:49:06 -0800 |
| commit | 0d8fcdb0bccfe0c41b887f39d94e105711dd917a (patch) | |
| tree | f158ae0f9acfc6b4e757cfbdc7142d0c66190f84 /pkg/musl/base.lua | |
| parent | 4cf930a35550348540635a99839b0b639c3aa355 (diff) | |
musl: Update to 1.2.0
Diffstat (limited to 'pkg/musl/base.lua')
| -rw-r--r-- | pkg/musl/base.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/musl/base.lua b/pkg/musl/base.lua index 4b2ef236..d14a84ab 100644 --- a/pkg/musl/base.lua +++ b/pkg/musl/base.lua @@ -1514,6 +1514,7 @@ return { }, bits={ -- <cd src/arch/generic/bits && printf "\t\t'%s',\n" *.h + 'dirent.h', 'errno.h', 'fcntl.h', 'fenv.h', @@ -1524,6 +1525,7 @@ return { 'ipc.h', 'ipcstat.h', 'kd.h', + 'limits.h', 'link.h', 'mman.h', 'msg.h', |
