diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-27 15:38:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-27 15:38:32 +0000 |
commit | 018a91fa2eaca3d1d9a3bf0f1a604bea2523ceee (patch) | |
tree | f6313d5349110d5a2ff018df7a36ec23235730dc /winsup/cygwin/tty.h | |
parent | afd5033d83e5871f96c15cd72d790692f643c4bd (diff) | |
download | newlib-018a91fa2eaca3d1d9a3bf0f1a604bea2523ceee.zip newlib-018a91fa2eaca3d1d9a3bf0f1a604bea2523ceee.tar.gz newlib-018a91fa2eaca3d1d9a3bf0f1a604bea2523ceee.tar.bz2 |
* sigproc.cc (wait_sig): Add braces to avoid confusion.
Diffstat (limited to 'winsup/cygwin/tty.h')
-rw-r--r-- | winsup/cygwin/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/tty.h b/winsup/cygwin/tty.h index f4fa671..bdd6eae 100644 --- a/winsup/cygwin/tty.h +++ b/winsup/cygwin/tty.h @@ -1,4 +1,4 @@ -/* tty.h: shared info for cygwin +/* tty.h: shared tty info for cygwin Copyright 2000 Cygnus Solutions. |