Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2024 03:57:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281828] gets_s(3) manpage needs to mention about __STDC_WANT_LIB_EXT1__
Message-ID:  <bug-281828-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281828

            Bug ID: 281828
           Summary: gets_s(3) manpage needs to mention about
                    __STDC_WANT_LIB_EXT1__
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: naito.yuichiro@gmail.com

Related to #281768, c25e55bcf80b7fc5384c34948404ae9d65c29bab commit hides
'gets_s' prototype under __EXT1_VISIBLE definition.
This change should be known from the 'gets_s' manpage.

As same as the 'qsort_s', ' #define __STDC_WANT_LIB_EXT1__ 1' should be written
above the 'gets_s' prototype in the SYNOPSIS section.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281828-227>