From 5023a4279dc30a2b6455986c3e3f9272dbdb311a Mon Sep 17 00:00:00 2001 From: nsz Date: Mon, 25 Jul 2011 19:44:32 +0200 Subject: [PATCH] remove obsolete comment about options --- tab_posix.html | 2 +- tab_posix.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tab_posix.html b/tab_posix.html index acc2fc6..af282bd 100644 --- a/tab_posix.html +++ b/tab_posix.html @@ -1,6 +1,6 @@

musl vs posix api

commit

commit e01ac67599dea1fd78a1bd1a0339a1da07dc9578
Date: Mon Jul 25 09:22:05 2011 -0400

when resolving symbols with only weak defs, use first def, not last def -

legend

(any option mark found in the synopsis of a manual is listed in the option column, this is often wrong)

(STREAMS and posix_trace* api is excluded) +

legend

(STREAMS and posix_trace* apis are excluded)

table

muslposix
statussymdeclnameheaderoptiondesc
  d FD_CLR sys_select.h pselect, select - synchronous I/O multiplexing
  d FD_ISSET sys_select.h pselect, select - synchronous I/O multiplexing diff --git a/tab_posix.sh b/tab_posix.sh index 7be1ac2..420d121 100755 --- a/tab_posix.sh +++ b/tab_posix.sh @@ -47,7 +47,7 @@ BEGIN { legend = legend "
  • p - function prototype" legend = legend "
  • x - external and forward variable declaration" legend = legend "" - legend = legend "

    (any option mark found in the synopsis of a manual is listed in the option column, this is often wrong)

    (STREAMS and posix_trace* api is excluded)" + legend = legend "

    (STREAMS and posix_trace* apis are excluded)" print "

    musl vs posix api

    " print commit -- 2.20.1