Remove spurious call to C_SYMBOL_NAME macro.

This commit is contained in:
Ulrich Drepper 1998-10-23 13:41:52 +00:00
parent 9c962c928d
commit 8ffd8e8442
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.type C_SYMBOL_NAME(errno),%object
.size C_SYMBOL_NAME(errno),4
C_SYMBOL_NAME(errno): .zero 4
weak_alias (C_SYMBOL_NAME(errno), C_SYMBOL_NAME(_errno))
weak_alias (errno, _errno)
.text
/* The syscall stubs jump here when they detect an error.