]> sourceware.org Git - glibc.git/commit
wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions
authorFrederic Berat <fberat@redhat.com>
Tue, 20 Jun 2023 18:18:59 +0000 (20:18 +0200)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jun 2023 04:21:01 +0000 (00:21 -0400)
commit04d85febb9dd61a65045e10a8ba4add5367b239d
treeeade6ca8e0d2f8124fafd1caf0b704ad1a8cc17a
parent427dbaee86bcec31ba2fe9a42f32842cf17c4e77
wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions

This will enable __REDIRECT_FORTIFY* macros to be used when _FORTIFY_SOURCE
is set.

Routine declarations that were in bits/wchar2.h are moved into the
bits/wchar2-decl.h file.
The file is now included into include/wchar.h irrespectively from
fortification.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
include/wchar.h
wcsmbs/bits/wchar2-decl.h
wcsmbs/bits/wchar2.h
This page took 0.041862 seconds and 5 git commands to generate.