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

Re: bug maintenance, last comment.



Nathanael Nerode wrote:
> My analysis was that it's unreasonable to ask a program
> written in perl to use fcntl

That's weird, there's 

a) POSIX::fcntl
b) strace perl -e 'flock(1, "/etc/passwd")' 2>&1 |egrep '^flock|^fcntl'
   fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0

   perl has used fcntl internally for its flock builtin for some time

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: