From 855dca36fe7aa348dc56996385fbbb77fbf3e83d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 3 Dec 2005 23:36:38 +0000 Subject: Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases --- libc/unistd/usershell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/usershell.c') diff --git a/libc/unistd/usershell.c b/libc/unistd/usershell.c index 323ed6a55..40c8b9e24 100644 --- a/libc/unistd/usershell.c +++ b/libc/unistd/usershell.c @@ -30,7 +30,7 @@ * November 2002, Erik Andersen */ -#define __fsetlocking __libc_fsetlocking +#define __fsetlocking __fsetlocking_internal #define _GNU_SOURCE #include -- cgit v1.2.3