summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-01-23 19:47:12 -0800
committerMichael Forney <mforney@mforney.org>2021-01-23 19:47:12 -0800
commit988bdd05a326687daa1852c9ff395230743b30d8 (patch)
treec5837f081e6993abc86b781481bb1af8fc98e48d /sys/include
parent443d5256bdb6b0fb73795706fc5d48a12a3cd0dc (diff)
[9front] ape: remove _SUSV2_SOURCE guard from inttypes.h
inttypes.h was added to C99, and this is the only header that used _SUSV2_SOURCE. Also, remove now unneeded _SUSV2_SOURCE from python mkfile.
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/ape/inttypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/include/ape/inttypes.h b/sys/include/ape/inttypes.h
index 0a8fbea51..03ffd7fdd 100644
--- a/sys/include/ape/inttypes.h
+++ b/sys/include/ape/inttypes.h
@@ -1,7 +1,3 @@
-#ifndef _SUSV2_SOURCE
-#error "inttypes.h is SUSV2"
-#endif
-
#ifndef _INTTYPES_H_
#define _INTTYPES_H_ 1