diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/jmpbuf-offsets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/jmpbuf-offsets.h b/libc/sysdeps/linux/common/jmpbuf-offsets.h new file mode 100644 index 000000000..9456178fb --- /dev/null +++ b/libc/sysdeps/linux/common/jmpbuf-offsets.h @@ -0,0 +1,6 @@ +/* Private macros for accessing __jmp_buf contents. dummy version. */ +/* + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ |