diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-11 06:57:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-18 05:56:22 +0100 |
commit | 5649ddd9a44e176d5b8cccb2db3c4d3da2b6288f (patch) | |
tree | 34e847f83878154a195c8a7b93e0c669c343a6ea /libc/sysdeps | |
parent | 1447430eff5b6ab5422e1598ab41d421626a36e2 (diff) |
add newline at end of file
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/common/bits/jmp_buf_tag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/jmp_buf_tag.h b/libc/sysdeps/linux/common/bits/jmp_buf_tag.h index 4e1a4310a..367b7bc66 100644 --- a/libc/sysdeps/linux/common/bits/jmp_buf_tag.h +++ b/libc/sysdeps/linux/common/bits/jmp_buf_tag.h @@ -34,4 +34,4 @@ struct __jmp_buf_tag __sigset_t __saved_mask; /* Saved signal mask. */ }; -#endif
\ No newline at end of file +#endif |