public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] hurd: Remove unused __libc_close_range
@ 2021-11-07 15:24 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2021-11-07 15:24 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

That was just cargo-culted.
---
 sysdeps/mach/hurd/close_range.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysdeps/mach/hurd/close_range.c b/sysdeps/mach/hurd/close_range.c
index d6a2eab086..af9d58ead1 100644
--- a/sysdeps/mach/hurd/close_range.c
+++ b/sysdeps/mach/hurd/close_range.c
@@ -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)
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-07 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 15:24 [hurd,commited] hurd: Remove unused __libc_close_range Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).