summaryrefslogtreecommitdiff
path: root/sys/lib/libz/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libz/zconf.h')
-rw-r--r--sys/lib/libz/zconf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/lib/libz/zconf.h b/sys/lib/libz/zconf.h
index 7bc5562f162..58cc93959a0 100644
--- a/sys/lib/libz/zconf.h
+++ b/sys/lib/libz/zconf.h
@@ -298,14 +298,6 @@
# endif
#endif
-#ifndef Z_ARG /* function prototypes for stdarg */
-# if defined(STDC) || defined(Z_HAVE_STDARG_H)
-# define Z_ARG(args) args
-# else
-# define Z_ARG(args) ()
-# endif
-#endif
-
/* The following definitions for FAR are needed only for MSDOS mixed
* model programming (small or medium model with some far allocations).
* This was tested only with MSC; for other MSDOS compilers you may have