Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 569 Bytes

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