X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=builtins%2Fsuspend.def;h=82ec71ba2e71ac5ccaa22e44e2b95c790f9c9707;hb=d166f048818e10cf3799aa24a174fb22835f1acc;hp=151c34dbae1ccc7229160b298939d0e9ed973129;hpb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;p=platform%2Fupstream%2Fbash.git diff --git a/builtins/suspend.def b/builtins/suspend.def index 151c34d..82ec71b 100644 --- a/builtins/suspend.def +++ b/builtins/suspend.def @@ -46,7 +46,10 @@ $END extern int job_control; -static SigHandler *old_cont, *old_stop; +static SigHandler *old_cont; +#if 0 +static SigHandler *old_stop; +#endif /* Continue handler. */ sighandler