summaryrefslogtreecommitdiffstats
path: root/newlib/libc/misc/unctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/misc/unctrl.c')
-rw-r--r--newlib/libc/misc/unctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/misc/unctrl.c b/newlib/libc/misc/unctrl.c
index e7350c657..710bf16bd 100644
--- a/newlib/libc/misc/unctrl.c
+++ b/newlib/libc/misc/unctrl.c
@@ -70,9 +70,9 @@ No supporting OS subroutines are required.
#include <_ansi.h>
-#ifndef lint
+#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)unctrl.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+#endif /* LIBC_SCCS and not lint */
_CONST char * _CONST __unctrl[256] = {
"^@", "^A", "^B", "^C", "^D", "^E", "^F", "^G",