Re: fork in callbacks




On Thu, 3 Dec 1998, Rodrigo Moya wrote:
> what's the difference between exit() and _exit()?
> 

exit() does some cleanup that _exit() doesn't do and which should only be
done once - I think _exit() is in general what you want for children, this
isn't really a Gtk-specific point. See man _exit or a Unix programming
reference.

Havoc





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