pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-11-01
1997-11-01 21:57:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c36b851ee8cd8fdbacbe14f0f8b8fc4b6abe2e75 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now closes the /dev/zero fd properly on exec().
Rev: src/interpret.c:1.54
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
53
1997/
10
/
27
09
:
59
:
20
hubbe
Exp $");
+
RCSID("$Id: interpret.c,v 1.
54
1997/
11
/
01
21
:
57
:
49
grubba
Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
131:
goto use_malloc; } }
+
/* Don't keep this fd on exec() */
+
set_close_on_exec(fd, 1);
} #endif