summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/private.h')
-rw-r--r--lib/libc/stdtime/private.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libc/stdtime/private.h b/lib/libc/stdtime/private.h
index 8568ab1..214442c 100644
--- a/lib/libc/stdtime/private.h
+++ b/lib/libc/stdtime/private.h
@@ -107,19 +107,6 @@ static char privatehid[] = "@(#)private.h 7.43";
#define is_digit(c) ((unsigned)(c) - '0' <= 9)
/*
-** Workarounds for compilers/systems.
-*/
-
-#ifndef P
-#ifdef __STDC__
-#define P(x) x
-#endif /* defined __STDC__ */
-#ifndef __STDC__
-#define P(x) ()
-#endif /* !defined __STDC__ */
-#endif /* !defined P */
-
-/*
** SunOS 4.1.1 headers lack FILENAME_MAX.
*/
OpenPOWER on IntegriCloud