diff options
Diffstat (limited to 'sysdeps/generic/abort-instr.h')
-rw-r--r-- | sysdeps/generic/abort-instr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/abort-instr.h b/sysdeps/generic/abort-instr.h new file mode 100644 index 0000000000..106a330b2b --- /dev/null +++ b/sysdeps/generic/abort-instr.h @@ -0,0 +1,2 @@ +/* We cannot give any generic instruction to crash the program. + abort() will have to make sure it never returns. */ |