summaryrefslogtreecommitdiff
path: root/src/setjmp/sigjmp_buf.c
blob: 09829e8805e28983f5e9b7f7917184eb9219dc32 (plain)
1
2
3
4
5
6
7
#include <setjmp.h>

typedef jmp_buf                                                      sigjmp_buf;

/*
POSIX(1)
*/