aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-05 10:28:31 +0200
committerMattias Andrée <maandree@kth.se>2024-05-05 10:28:31 +0200
commitd33c5c0a18017ae658feb4a3344dd810cc87050b (patch)
tree020748a839ab162379a3235ed59d126c43491cc6 /common.h
parentlibsimple_abspath: accept NULL for cwd (diff)
downloadlibsimple-d33c5c0a18017ae658feb4a3344dd810cc87050b.tar.gz
libsimple-d33c5c0a18017ae658feb4a3344dd810cc87050b.tar.bz2
libsimple-d33c5c0a18017ae658feb4a3344dd810cc87050b.tar.xz
m + add ascii.h and exec.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 7f84f59..81ad053 100644
--- a/common.h
+++ b/common.h
@@ -9,3 +9,7 @@
# pragma clang diagnostic ignored "-Wc++98-compat"
# pragma clang diagnostic ignored "-Wcovered-switch-default"
#endif
+
+#ifdef execveat
+# undef execveat
+#endif