aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2009-03-14 19:04:24 +0000
committerDavid Schultz <das@FreeBSD.org>2009-03-14 19:04:24 +0000
commitc6bd0d562152bb183d228019e2304bb4b65baae5 (patch)
tree8e728527e183a21bf051d2f344af216ae87a5048 /include
parentdd5185d15f4be6577504f61e0bf57d00334f53a8 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/ctype.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ctype.h b/include/ctype.h
index dfc89ccd5951a..103619c3b6121 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -65,8 +65,6 @@ int tolower(int);
int toupper(int);
#if __XSI_VISIBLE
-int _tolower(int);
-int _toupper(int);
int isascii(int);
int toascii(int);
#endif