Re: fork in callbacks
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: gtk-app-devel-list redhat com
- cc: gnome-list gnome org
- Subject: Re: fork in callbacks
- Date: Thu, 3 Dec 1998 14:18:31 -0600 (CST)
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]