[Midnightbsd-cvs] src [9302] trunk/lib/libc/locale: fix prototypes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 2 18:27:59 EST 2017


Revision: 9302
          http://svnweb.midnightbsd.org/src/?rev=9302
Author:   laffer1
Date:     2017-03-02 18:27:59 -0500 (Thu, 02 Mar 2017)
Log Message:
-----------
fix prototypes

Modified Paths:
--------------
    trunk/lib/libc/locale/btowc.3
    trunk/lib/libc/locale/isblank.3

Modified: trunk/lib/libc/locale/btowc.3
===================================================================
--- trunk/lib/libc/locale/btowc.3	2017-03-02 23:27:33 UTC (rev 9301)
+++ trunk/lib/libc/locale/btowc.3	2017-03-02 23:27:59 UTC (rev 9302)
@@ -42,9 +42,9 @@
 .In wchar.h
 .In xlocale.h
 .Ft wint_t
-.Fn btowc "int c"
+.Fn btowc_l "int c" "locale_t loc"
 .Ft int
-.Fn wctob "wint_t c"
+.Fn wctob_l "wint_t c" "locale_t loc"
 .Sh DESCRIPTION
 The
 .Fn btowc

Modified: trunk/lib/libc/locale/isblank.3
===================================================================
--- trunk/lib/libc/locale/isblank.3	2017-03-02 23:27:33 UTC (rev 9301)
+++ trunk/lib/libc/locale/isblank.3	2017-03-02 23:27:59 UTC (rev 9302)
@@ -41,7 +41,7 @@
 .Ft int
 .Fn isblank "int c"
 .Ft int
-.Fn isblank "int c" "locale_t loc"
+.Fn isblank_l "int c" "locale_t loc"
 .Sh DESCRIPTION
 The
 .Fn isblank



More information about the Midnightbsd-cvs mailing list