summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-27 21:15:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-27 21:15:19 +0000
commitdf90f2d6d61c97c7e548789967691c90e0fb00e4 (patch)
tree807e68fefa72d2439068cd79f2593b708bce44c9 /include
parent8b8916ece6eb9663ac587f876132feb678c157fd (diff)
remove comment
Diffstat (limited to 'include')
-rw-r--r--include/libc-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 244dd55d8..c7838b51e 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -45,7 +45,6 @@
/* sources are built w/ _GNU_SOURCE, this gets undefined */
extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen);
-//extern char *__glibc_strerror_r (int __errnum, char *__buf, size_t __buflen);
/* #include <pthread.h> */
# ifndef __UCLIBC_HAS_THREADS__