mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-01 12:35:44 +08:00
* dtable.cc (conv_start_chars): Remove unneeded section attribute.
This commit is contained in:
parent
0cd08cee4b
commit
059f809e4b
@ -1,3 +1,7 @@
|
|||||||
|
2011-08-21 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||||
|
|
||||||
|
* dtable.cc (conv_start_chars): Remove unneeded section attribute.
|
||||||
|
|
||||||
2011-08-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
2011-08-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
* include/paths.h (_PATH_MAILDIR): Define.
|
* include/paths.h (_PATH_MAILDIR): Define.
|
||||||
|
@ -273,8 +273,7 @@ static win_env conv_envvars[] =
|
|||||||
character of the above environment variable names to 1.
|
character of the above environment variable names to 1.
|
||||||
This table is intended to speed up lookup of these variables. */
|
This table is intended to speed up lookup of these variables. */
|
||||||
|
|
||||||
static const unsigned char conv_start_chars[256]
|
static const unsigned char conv_start_chars[256] =
|
||||||
__attribute__((section (".cygwin_dll_common"), shared)) =
|
|
||||||
{
|
{
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user