diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-19 16:12:00 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-19 16:12:00 (GMT) |
| commit | 963276ee6d0ba32137fc09c691ffe93eda538e3e (patch) | |
| tree | eef639b380b170cca7cd66f4c51ec6ac69e1a03a /unix/tclUnixTest.c | |
| parent | 64fd595e31d8a2a215ca65321c649100a279882d (diff) | |
| download | tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.zip tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.tar.gz tcl-963276ee6d0ba32137fc09c691ffe93eda538e3e.tar.bz2 | |
Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows
(cherry-pick): Fix indentation/brace usage style issues
Diffstat (limited to 'unix/tclUnixTest.c')
| -rw-r--r-- | unix/tclUnixTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c index 4f052a8..008a2f0 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -70,7 +70,7 @@ static Tcl_ObjCmdProc TestfindexecutableCmd; static Tcl_ObjCmdProc TestforkCmd; static Tcl_ObjCmdProc TestgotsigCmd; static Tcl_FileProc TestFileHandlerProc; -static void AlarmHandler(int signum); +static void AlarmHandler(int signum); /* *---------------------------------------------------------------------- |
