Move appropriate variables to NO_COPY segment, throughout.

This commit is contained in:
Christopher Faylor
2001-09-06 05:17:22 +00:00
parent 08b78edf5a
commit 57c89867f5
17 changed files with 31 additions and 27 deletions

View File

@@ -35,9 +35,9 @@ details. */
#include <sys/types.h>
#include <sys/strace.h>
extern char case_folded_lower[];
extern const char case_folded_lower[];
#define cyg_tolower(c) (case_folded_lower[(unsigned char)(c)])
extern char case_folded_upper[];
extern const char case_folded_upper[];
#define cyg_toupper(c) (case_folded_upper[(unsigned char)(c)])
#ifndef MALLOC_DEBUG