vte r2127 - trunk/src



Author: chpe
Date: Sun Oct 19 21:44:50 2008
New Revision: 2127
URL: http://svn.gnome.org/viewvc/vte?rev=2127&view=rev

Log:
Add note to docs that all file descriptors except std{in,out,err} are
being closed in the child before exec(). Bug #320128.

Modified:
   trunk/src/vte.c

Modified: trunk/src/vte.c
==============================================================================
--- trunk/src/vte.c	(original)
+++ trunk/src/vte.c	Sun Oct 19 21:44:50 2008
@@ -3317,6 +3317,9 @@
  * terminal widget's emulation setting.  If @lastlog, @utmp, or @wtmp are %TRUE,
  * logs the session to the specified system log files.
  *
+ * Note that all file descriptors except stdin/stdout/stderr will be closed
+ * before calling exec() in the child.
+ * 
  * Returns: the ID of the new process
  */
 pid_t



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]