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 | 915616b46cc0da4948b04571734c3512ac290b35 (patch) | |
| tree | eef639b380b170cca7cd66f4c51ec6ac69e1a03a /unix/tclUnixTest.c | |
| parent | 0875782a519f992b517ca14f63564ff95cb916a5 (diff) | |
| download | tcl-915616b46cc0da4948b04571734c3512ac290b35.zip tcl-915616b46cc0da4948b04571734c3512ac290b35.tar.gz tcl-915616b46cc0da4948b04571734c3512ac290b35.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); /* *---------------------------------------------------------------------- |
