aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/Makefile
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-12 10:27:01 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-12 10:27:01 +0200
commitd7b4fb26e2e4207e14f4af2d6eeba6dc3513cc53 (patch)
tree37123fd95b48ad5353ed14cb95485634990672c0 /sysdeps/unix/Makefile
parenteb55f5c21f2755488c4edb6f65b2594ea743b243 (diff)
downloadglibc-d7b4fb26e2e4207e14f4af2d6eeba6dc3513cc53.zip
glibc-d7b4fb26e2e4207e14f4af2d6eeba6dc3513cc53.tar.gz
glibc-d7b4fb26e2e4207e14f4af2d6eeba6dc3513cc53.tar.bz2
Fix a typo in sysdeps/unix/Makefile.
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r--sysdeps/unix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile
index c8ef96d..9e95b56 100644
--- a/sysdeps/unix/Makefile
+++ b/sysdeps/unix/Makefile
@@ -51,9 +51,9 @@ $(objpfx)stub-syscalls.c: $(common-objpfx)sysd-syscalls \
echo "strong_alias (_no_syscall, $${call}_$${ver})"; \
echo "default_symbol_version \
($${call}_$${ver}, $$call, $$ver);" ;; \
- *@@*) ver=$${call##*@}; call=$${call%%*@}; \
- echo "strong_alias (_no_syscall, $${call}_$${ver})"; \
- echo "symbol_version ($${call}_$${ver}, $$call, $$ver);" ;; \
+ *@*) ver=$${call##*@}; call=$${call%%*@}; \
+ echo "strong_alias (_no_syscall, $${call}_$${ver})"; \
+ echo "symbol_version ($${call}_$${ver}, $$call, $$ver);" ;; \
*) echo "weak_alias (_no_syscall, $$call)"; \
echo "stub_warning ($$call)"; \
echo "weak_alias (_no_syscall, __GI_$$call)" ;; \