some more work on process switching and exception handling

This commit is contained in:
hyunghwan.chung
2016-05-17 15:12:27 +00:00
parent 42006f9c32
commit 717ffcbdd9
11 changed files with 208 additions and 50 deletions

2
stix/configure vendored
View File

@ -18194,7 +18194,7 @@ done
for ac_func in gettimeofday settimeofday clock_gettime clock_settime
for ac_func in gettimeofday settimeofday clock_gettime clock_settime getitimer setitimer
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"