public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] arm: fix use of INTERNAL_SYSCALL_CALL
@ 2020-02-15  9:32 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2020-02-15  9:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9c7a58347b37065698106561f5c50010591f5194

commit 9c7a58347b37065698106561f5c50010591f5194
Author: Andreas Schwab <schwab@suse.de>
Date:   Sat Feb 15 10:21:20 2020 +0100

    arm: fix use of INTERNAL_SYSCALL_CALL
    
    Remove extra argument from INTERNAL_SYSCALL_CALL macro call.  Fixes
    commit bc2eb9321e ("linux: Remove INTERNAL_SYSCALL_DECL").

Diff:
---
 sysdeps/unix/sysv/linux/arm/tls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/arm/tls.h b/sysdeps/unix/sysv/linux/arm/tls.h
index 1b520c6..57b583d 100644
--- a/sysdeps/unix/sysv/linux/arm/tls.h
+++ b/sysdeps/unix/sysv/linux/arm/tls.h
@@ -32,7 +32,7 @@
    operation can cause a failure 'errno' must not be touched.  */
 # define TLS_INIT_TP(tcbp) \
   ({ long int result_var;						\
-     result_var = INTERNAL_SYSCALL_CALL (set_tls, 1, (tcbp));		\
+     result_var = INTERNAL_SYSCALL_CALL (set_tls, (tcbp));		\
      INTERNAL_SYSCALL_ERROR_P (result_var)				\
        ? "unknown error" : NULL; })


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

only message in thread, other threads:[~2020-02-15  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15  9:32 [glibc] arm: fix use of INTERNAL_SYSCALL_CALL Andreas Schwab

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).