diff options
Diffstat (limited to 'setjmp/Makefile')
-rw-r--r-- | setjmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setjmp/Makefile b/setjmp/Makefile index 4a7e4aa85a..4773b617e1 100644 --- a/setjmp/Makefile +++ b/setjmp/Makefile @@ -24,7 +24,7 @@ subdir := setjmp headers := setjmp.h jmp_buf.h routines := setjmp sigjmp bsd-setjmp bsd-_setjmp \ - longjmp __longjmp + longjmp __longjmp jmp-unwind tests := tst-setjmp |