public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
From: jlarmour@jifvik.org (Jonathan Larmour)
To: ecos-patches@ecos.sourceware.org
Subject: Dumb fflush typo fix
Date: Sun, 18 Jan 2009 03:45:00 -0000	[thread overview]
Message-ID: <20090118034416.B80593FEB@jifvik.dyndns.org> (raw)

Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/ChangeLog,v
retrieving revision 1.44
diff -u -5 -p -r1.44 ChangeLog
--- ChangeLog	15 Jan 2009 03:33:52 -0000	1.44
+++ ChangeLog	18 Jan 2009 03:44:07 -0000
@@ -1,5 +1,10 @@
+2009-01-18  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly
+	typo in last change.
+
 2009-01-15  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Ensure the
 	files table can't change. Thanks to Xiaochen Zhou for the detective
 	work.
Index: src/common/fflush.cxx
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/src/common/fflush.cxx,v
retrieving revision 1.9
diff -u -5 -p -r1.9 fflush.cxx
--- src/common/fflush.cxx	16 Jan 2009 00:58:49 -0000	1.9
+++ src/common/fflush.cxx	18 Jan 2009 03:44:07 -0000
@@ -123,11 +123,11 @@ cyg_libc_stdio_flush_all_but( Cyg_StdioS
                     }
                 } // else
                 // We can unlock and relock every loop as we only care
                 // about flushing streams that were open prior to this
                 // call. Any new streams can be ignored.
-                Cyg_libc_stdio_files::unlock()
+                Cyg_libc_stdio_files::unlock();
             } // if
         } // for
     } // do
     while(loop_again && !err);
     

                 reply	other threads:[~2009-01-18  3:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090118034416.B80593FEB@jifvik.dyndns.org \
    --to=jlarmour@jifvik.org \
    --cc=ecos-patches@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).