From: Bruno Haible Date: Wed, 27 Mar 2019 20:38:02 +0000 (+0100) Subject: libtextstyle: Small fix for last commit. X-Git-Tag: v0.20~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28e9393be49d7e1a7618853ce2c00ad1288d559c;p=thirdparty%2Fgettext.git libtextstyle: Small fix for last commit. * gnulib-local/lib/term-ostream.oo.c (struct term_ostream): Mark fd volatile. --- diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c index 86410bdb8..3e8700d06 100644 --- a/gnulib-local/lib/term-ostream.oo.c +++ b/gnulib-local/lib/term-ostream.oo.c @@ -976,7 +976,7 @@ fields: /* The file descriptor used for output. Note that ncurses termcap emulation uses the baud rate information from file descriptor 1 (stdout) if it is a tty, or from file descriptor 2 (stderr) otherwise. */ - int fd; + int volatile fd; char *filename; /* Values from the terminal type's terminfo/termcap description. See terminfo(5) for details. */