diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-15 12:33:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-15 12:33:59 +0000 |
commit | 9c8ec16d789c81df0f669b1db2e73f5bb3e77012 (patch) | |
tree | f24bb7ed1affa817d9d9f4763eaf03d8bd8d7dda /sim/tic80/config.in | |
parent | bbf51ca2399886799b0f5c810e23ab728670e3fe (diff) | |
download | gdb-9c8ec16d789c81df0f669b1db2e73f5bb3e77012.zip gdb-9c8ec16d789c81df0f669b1db2e73f5bb3e77012.tar.gz gdb-9c8ec16d789c81df0f669b1db2e73f5bb3e77012.tar.bz2 |
In nrun.c, look for sigaction & SA_RESTART. When both present,
install cntrl-c (SIGINT) handler with no SA_RESTART bit set.
Diffstat (limited to 'sim/tic80/config.in')
-rw-r--r-- | sim/tic80/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/tic80/config.in b/sim/tic80/config.in index 79f4423..8305b46 100644 --- a/sim/tic80/config.in +++ b/sim/tic80/config.in @@ -16,6 +16,9 @@ /* Define if you have the kill function. */ #undef HAVE_KILL +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + /* Define if you have the time function. */ #undef HAVE_TIME |