Blob Blame History Raw
# musl-compat

A set of headers and small utilities for use on musl libc systems, for providing
some minimal glibc compatibility.

Some of these things are taken from Alpine Linux's musl package.


# Licences

### MIT
- `include/sys/cdefs.h`

### 2-clause BSD
- `gencat.c`
- `getconf.c`
- `getent.c`
- `include/sys/tree.h`

### 3-clause BSD
- `include/sys/queue.h`
- `include/sys/tree.h`

### GNU General Public License, v2 or later
- `iconv.c`

## Related

- [musl-fts](https://github.com/pullmoll/musl-fts)
- [musl-obstack](https://github.com/pullmoll/musl-obstack)