OSDN Git Service

* calls.texinfo: Add getc_unlocked, getchar_unlocked, putc_unlocked
authorcorinna <corinna>
Wed, 28 Aug 2002 10:53:55 +0000 (10:53 +0000)
committercorinna <corinna>
Wed, 28 Aug 2002 10:53:55 +0000 (10:53 +0000)
and putchar_unlocked.

winsup/doc/ChangeLog
winsup/doc/calls.texinfo

index ce11579..9ae1ba5 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-27  Nicholas Wourms  <nwourms@netscape.net>
+
+       * calls.texinfo: Add getc_unlocked, getchar_unlocked, putc_unlocked
+       and putchar_unlocked.
+
 2002-08-21  Christopher Faylor  <cgf@redhat.com>
 
        * dll.sgml: Remove indirect reference to older gccs.
index 61a0213..e180d81 100644 (file)
@@ -365,18 +365,18 @@ net release.)}
 @item funlockfile: P96 8.2.6.1 -- unimplemented
 @item fwrite: C 4.9.8.2, P 8.2.3.6
 @item getc: C 4.9.7.5, P 8.2.3.5
-@item getc_unlocked: P96 8.2.7.1 -- unimplemented
+@item getc_unlocked: P96 8.2.7.1
 @item getchar: C 4.9.7.6, P 8.2.3.5
-@item getchar_unlocked: P96 8.2.7.1 -- unimplemented
+@item getchar_unlocked: P96 8.2.7.1
 @item gets: C 4.9.7.7, P 8.2.3.5
 @item gmtime_r: P96 8.3.6.1 -- unimplemented
 @item localtime_r: P96 8.3.7.1 -- unimplemented
 @item perror: C 4.9.10.4, P 8.2.3.8
 @item printf: C 4.9.6.3, P 8.2.3.6
 @item putc: C 4.9.7.8, P 8.2.3.6
-@item putc_unlocked: P96 8.2.7.1 -- unimplemented
+@item putc_unlocked: P96 8.2.7.1
 @item putchar: C 4.9.7.9, P 8.2.3.6
-@item putchar_unlocked: P96 8.2.7.1 -- unimplemented
+@item putchar_unlocked: P96 8.2.7.1
 @item puts: C 4.9.7.10, P 8.2.3.6
 @item rand_r: P96 8.3.8.1 -- unimplemented
 @item remove: C 4.9.4.1, P 8.2.4