This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

return value from kill in posix.c desired



'kill' has an interesting return value when the signal that is sent to
another process is 0; it tells the caller whether that process is
running.  But guile's posix wrapper around kill always returns
SCM_UNSPECIFIED, which IMHO is a bug.

-russ


--
My bogometer indicates that you're really programming in some other
language and trying to force Common Lisp into your mindset.  This
won't work.
             -- Erik Naggum, on comp.lang.lisp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]