Skip to content

juju/musl-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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