summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-03 23:36:38 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-03 23:36:38 +0000
commit855dca36fe7aa348dc56996385fbbb77fbf3e83d (patch)
treeacb8204659fd3f784cd2fa9248e6ab09861af47b /libc/unistd
parent86450311ebd0010553252d6d9efadb208dd085cb (diff)
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/usershell.c2
1 files changed, 1 insertions, 1 deletions
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 <andersen@codepoet.org>
*/
-#define __fsetlocking __libc_fsetlocking
+#define __fsetlocking __fsetlocking_internal
#define _GNU_SOURCE
#include <sys/param.h>