- ifdef'd out include of xlocale.h for glibc, since the glibc
locale.h includes xlocale.h or, in glibc 2.26, its replacement. expeditor.c original commit: b04e9123a427034a39fc9084ba2a8b04608bbb3b
This commit is contained in:
parent
09366c6247
commit
3f79fa0c65
3
LOG
3
LOG
|
@ -633,3 +633,6 @@
|
|||
than leaving the enforcement to cond.
|
||||
syntax.ss,
|
||||
4.ms, root-experr*, patch*
|
||||
- ifdef'd out include of xlocale.h for glibc, since the glibc
|
||||
locale.h includes xlocale.h or, in glibc 2.26, its replacement.
|
||||
expeditor.c
|
||||
|
|
|
@ -546,7 +546,9 @@ static void s_ee_write_char(wchar_t c) {
|
|||
#include <sys/ioctl.h>
|
||||
#include <wchar.h>
|
||||
#include <locale.h>
|
||||
#ifndef __GLIBC__
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#if defined(TIOCGWINSZ) && defined(SIGWINCH) && defined(EINTR)
|
||||
#define HANDLE_SIGWINCH
|
||||
|
|
Loading…
Reference in New Issue
Block a user