summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-07-15 08:36:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-07-15 08:36:46 (GMT)
commitb4b28f993fd2ed7a128731d3d5cc73a1fec73e33 (patch)
treeab3065b7b674db76a9d6cecbe5fe1e64b0d78e75 /unix/tclUnixPort.h
parenteb2fec43a3f3ceeb627cf925fbe35626f68fa91f (diff)
downloadtcl-b4b28f993fd2ed7a128731d3d5cc73a1fec73e33.zip
tcl-b4b28f993fd2ed7a128731d3d5cc73a1fec73e33.tar.gz
tcl-b4b28f993fd2ed7a128731d3d5cc73a1fec73e33.tar.bz2
Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any more. (backported from androwish)
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 123abec..2728957 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -443,16 +443,6 @@ extern int gettimeofday(struct timeval *tp,
/*
*---------------------------------------------------------------------------
- * Make sure that L_tmpnam is defined.
- *---------------------------------------------------------------------------
- */
-
-#ifndef L_tmpnam
-# define L_tmpnam 100
-#endif
-
-/*
- *---------------------------------------------------------------------------
* The following macro defines the type of the mask arguments to select:
*---------------------------------------------------------------------------
*/