Remove the sigprocmask stub that has long been made unused since
authorpatrick <patrick@openbsd.org>
Sun, 4 Jun 2017 14:26:27 +0000 (14:26 +0000)
committerpatrick <patrick@openbsd.org>
Sun, 4 Jun 2017 14:26:27 +0000 (14:26 +0000)
the use of kbind.  The code was #if 0'd anyway.

Reminded by miod@

libexec/ld.so/aarch64/ldasm.S

index 785f5de..80e1193 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ldasm.S,v 1.2 2017/01/24 07:48:37 guenther Exp $ */
+/*     $OpenBSD: ldasm.S,v 1.3 2017/06/04 14:26:27 patrick Exp $ */
 
 /*
  * Copyright (c) 2016 Dale Rahn
@@ -158,22 +158,6 @@ DL_SYSCALL(thrkill)
 
 DL_SYSCALL(getdents)
 
-       .global         _dl_sigprocmask
-       .type           _dl_sigprocmask%function
-_dl_sigprocmask:
-#if 0
-       teq     r1, #0
-       moveq   r0, #1
-       moveq   r1, #0
-       ldrne   r1, [r1]
-       SYSTRAP(sigprocmask)
-       bcs     .L_cerr
-       teq     r2, #0
-       strne   r0, [r2]
-       mov     r0, #0
-       mov     pc, lr
-#endif
-
 .L_cerr:
        neg     w0, w0          /* r0 = -errno */
        ret