Follow-up to: Signals and malloced memory



> (If you could return malloced memory, what happens if there are two
> signal handlers?)

	I just sent a message asking about all the void return values in
signal handlers.  This is a follow-up.


[dereks@localhost gtk]$ grep gtk_marshal_NONE__POINTER_INT_INT *
[...gives lost of stuff, mostly in gtkmarshal.h...]

	But the following gives nothing back:

[dereks@localhost gtk]$ grep gtk_marshal_INT__POINTER_INT_INT *
[dereks@localhost gtk]$ 


	...is this the reason signal handlers return void?


--Derek



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