From b4b28f993fd2ed7a128731d3d5cc73a1fec73e33 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 15 Jul 2015 08:36:46 +0000 Subject: Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any more. (backported from androwish) --- unix/tclUnixPort.h | 10 ---------- 1 file changed, 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: *--------------------------------------------------------------------------- */ -- cgit v0.12