mirror of git://sourceware.org/git/glibc.git
hurd: Remove unused __libc_close_range
That was just cargo-culted.
This commit is contained in:
parent
f2c996597d
commit
d41985b71e
|
@ -63,5 +63,4 @@ __close_range (unsigned int first, unsigned int last,
|
|||
}
|
||||
|
||||
libc_hidden_def (__close_range)
|
||||
strong_alias (__close_range, __libc_close_range)
|
||||
weak_alias (__close_range, close_range)
|
||||
|
|
Loading…
Reference in New Issue