diff options
Diffstat (limited to 'gcc/f/runtime/libF77/signal1.h')
-rw-r--r-- | gcc/f/runtime/libF77/signal1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/f/runtime/libF77/signal1.h b/gcc/f/runtime/libF77/signal1.h new file mode 100644 index 00000000000..b559211e8e4 --- /dev/null +++ b/gcc/f/runtime/libF77/signal1.h @@ -0,0 +1,5 @@ +/* The g77 implementation of libf2c directly includes signal1.h0, + instead of copying it to signal1.h, since that seems easier to + cope with at this point. */ + +#include "signal1.h0" |