Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
/ musl-compat Public archive

compatibility headers and utilties for musl libc systems

Notifications You must be signed in to change notification settings

somasis/musl-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

libintl.a is provided so that programs which specify -lintl when linking don't fail, but use musl's libintl implementation anyway. musl itself uses the same method for libm, librt, libpthread, libcrypt...

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

Related

About

compatibility headers and utilties for musl libc systems

Resources

Stars

Watchers

Forks

Packages

No packages published