* posix.sgml: Change lockf to being implemented.
This commit is contained in:
parent
8c4fc35ecb
commit
682cf99346
|
@ -1,3 +1,7 @@
|
|||
2008-04-02 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* posix.sgml: Change lockf to being implemented.
|
||||
|
||||
2008-04-02 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* dcrt0.cc (insert_file): Convert filename to WCHAR and call
|
||||
|
|
|
@ -353,6 +353,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
|
|||
localeconv
|
||||
localtime
|
||||
localtime_r
|
||||
lockf
|
||||
log
|
||||
log10
|
||||
log10f
|
||||
|
@ -1195,7 +1196,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
|
|||
llround
|
||||
llroundf
|
||||
llroundl
|
||||
lockf
|
||||
log10l
|
||||
log1pl
|
||||
log2l
|
||||
|
|
Loading…
Reference in New Issue