Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 16:34:28 -0800 (PST)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_execve.c
Message-ID:  <200211150034.gAF0YSYR008358@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2002/11/14 16:34:28 PST

  Modified files:
    lib/libc_r/uthread   uthread_execve.c 
  Log:
  When about to do an execve(), don't reset the O_NONBLOCK flag on any file
  descriptors that have the close-on-exec flag set, as that will have no
  effect anyway and might screw something else up if the file descriptor
  happens to be shared with another process.
  
  PR:             standards/43335
  MFC after:      1 week
  
  Revision  Changes    Path
  1.16      +4 -0      src/lib/libc_r/uthread/uthread_execve.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211150034.gAF0YSYR008358>