Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-musl-libc: 儲存庫摘要

external/musl/libc


最新提交 RSS

修訂. 時間 作者 訊息
422c2ce 2019-11-01 18:28:31 Chih-Wei Huang master Add rules to build musl-libc executables
4f34e38 2019-09-05 17:00:12 Chih-Wei Huang Android: initial porting
b07d45e 2019-07-17 04:30:39 Rich Felker release 1.1.23
d6dcd41 2019-07-16 07:28:43 Rich Felker update year in COPYRIGHT file
7a6c8a0 2019-07-16 07:26:30 Rich Felker update authors/contributors list these additions were ma...
980f80f 2019-07-16 04:33:12 Rich Felker fix build failure on arm building C code in thumb1 mode ...
7829f42 2019-07-14 00:22:37 James Y Knight fix sigaltstack to ignore ss_size with SS_DISABLE, per PO...
c225e6c 2019-07-11 06:10:59 Samuel Holland use the correct attributes for ___errno_location In the ...
05eb8ea 2019-07-11 06:09:49 Samuel Holland fix conflicting mips and powerpc definitions for TIOCSER_...
e0eee3c 2019-07-11 06:06:00 Samuel Holland fix restrict violations in internal use of several functi...

分支

名稱 修訂. 時間 作者 訊息
master 422c2ce 2019-11-01 18:28:31 Chih-Wei Huang Add rules to build musl-lib...

README

    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/
Show on old repository browser