From e9354ac12cb68dbc4f257da32c70076e1f731eb1 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 21 Jun 2012 16:59:53 -0400 Subject: Use glib's g_spawn_async() function instead of OS-specific fork/exec or spawning functions. Remove the SIGCHLD handling as that is no longer required to stop zombie processes. --- xombrero.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xombrero.h') diff --git a/xombrero.h b/xombrero.h index 4e703a8..4dbc2ad 100644 --- a/xombrero.h +++ b/xombrero.h @@ -559,9 +559,6 @@ void input_focus_blur(struct tab *, void *); void *input_check_mode(struct tab *); int command_mode(struct tab *, struct karg *); -/* OS specific */ -int fork_exec(struct tab *, char *, const gchar *, char *, int); - /* settings */ #define XT_BM_NORMAL (0) #define XT_BM_WHITELIST (1) -- cgit 1.4.1-2-gfad0