From df4c894bf329f19e5d0b8ac2a923064418499792 Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 19 Apr 2012 08:55:43 +0200 Subject: [PATCH] use official musl repo --- tab_c99.html | 2 +- tab_posix.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tab_c99.html b/tab_c99.html index 2699f1d..bc9a4fd 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,5 +1,5 @@

musl vs c99 api

-

commit

commit 952d256dfbb13405ba6ada4739c83c8468985d66
Author: nsz
Date: Thu Apr 19 08:09:45 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl +

commit

commit 769d3d349824fb45218972a1cf0e912cfee62d51
Date: Wed Apr 18 13:11:35 2012 -0400

fix header typo

legend

table

muslc99
statussymdeclnameheaderprotosection
missing  NDEBUGassert.h B.1 Diagnostics diff --git a/tab_posix.html b/tab_posix.html index f06d3bc..15023e5 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,5 +1,5 @@

musl vs posix api

-

commit

commit 952d256dfbb13405ba6ada4739c83c8468985d66
Author: nsz
Date: Thu Apr 19 08:09:45 2012 +0200

Merge branch 'master' of git://git.etalabs.net/musl +

commit

commit 769d3d349824fb45218972a1cf0e912cfee62d51
Date: Wed Apr 18 13:11:35 2012 -0400

fix header typo

legend

  • status: musl implementation status summary
    • (empty) - implemented
    • nosym - prototype found in include files (see decl) but not in libc.a (see sym)
    • nodecl - symbol is in libc.a but not declared in a public header
    • missing - neither in include files (see decl) nor in libc.a (see sym)
  • sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)
    • C - symbol is common (uninitialized data)
    • D - symbol is in the initialized data section
    • R - symbol is in the read only data section
    • T - symbol is in the text section
    • V - weak object
    • W - weak symbol
  • decl: kind of declaration as found by `ctags -R include` (every occurance is reported)
    • d - macro definition
    • p - function prototype
    • x - external and forward variable declaration

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc
  d FD_CLR sys/select.h pselect, select - synchronous I/O multiplexing -- 2.20.1