diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-03-22 04:07:07 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-03-22 04:07:07 +0000 |
commit | b8ae7708fb3ef3acbb30ccf3181897f8157c18de (patch) | |
tree | 31ef3ce0326e7fa7e2ee3b0db9728ca462b1eb8c /sys/include | |
parent | d79edf98b8d3dd8c1cbf9ad1be7728e13ed7a364 (diff) |
ape: add stdnoreturn.h
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/ape/stdnoreturn.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/include/ape/stdnoreturn.h b/sys/include/ape/stdnoreturn.h new file mode 100644 index 000000000..c5c3a2cc8 --- /dev/null +++ b/sys/include/ape/stdnoreturn.h @@ -0,0 +1,6 @@ +#ifndef __STDNORETURN_H +#define __STDNORETURN_H + +#define noreturn _Noreturn + +#endif |