Go to file
Rich Felker 81221e13f9 expose TSVTX unconditionally in tar.h
as noted in Austin Group issue #1236, the XSI shading for TSVTX is
misplaced in the html version of the standard; it was only supposed to
be on the description text. the intent was that the definition always
be visible, which is reflected in the pdf version of the standard.

this reverts commits d93c0740d8 and
729fef0a93.
2019-03-13 10:42:57 -04:00
arch move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
crt
dist
include expose TSVTX unconditionally in tar.h 2019-03-13 10:42:57 -04:00
ldso fix invalid-/double-/use-after-free in new dlopen ctor execution 2019-03-10 13:16:59 -04:00
src setvbuf: return failure if mode is invalid 2019-03-12 16:44:41 -04:00
tools
.gitignore
configure configure: accept ppc[64] as alias for powerpc[64] in gcc tuples 2019-01-19 18:39:54 -05:00
COPYRIGHT
dynamic.list fix regression in access to optopt object 2018-11-19 13:20:41 -05:00
INSTALL
Makefile
README
VERSION release 1.1.21 2019-01-21 12:30:47 -05:00
WHATSNEW release 1.1.21 2019-01-21 12:30:47 -05:00

    musl libc

musl, pronounced like the word "mussel", is an MIT-licensed
implementation of the standard C library targetting the Linux syscall
API, suitable for use in a wide range of deployment environments. musl
offers efficient static and dynamic linking support, lightweight code
and low runtime overhead, strong fail-safe guarantees under correct
usage, and correctness in the sense of standards conformance and
safety. musl is built on the principle that these goals are best
achieved through simple code that is easy to understand and maintain.

The 1.1 release series for musl features coverage for all interfaces
defined in ISO C99 and POSIX 2008 base, along with a number of
non-standardized interfaces for compatibility with Linux, BSD, and
glibc functionality.

For basic installation instructions, see the included INSTALL file.
Information on full musl-targeted compiler toolchains, system
bootstrapping, and Linux distributions built on musl can be found on
the project website:

    http://www.musl-libc.org/