public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/syscall-refactor] s390: Move Linux syscalls.list to syscalls.def
@ 2020-06-29 21:48 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2020-06-29 21:48 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=26854647540bec460cf8fb7971f8e13db1e1e7c9

commit 26854647540bec460cf8fb7971f8e13db1e1e7c9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Jun 18 08:51:17 2020 -0300

    s390: Move Linux syscalls.list to syscalls.def

Diff:
---
 sysdeps/unix/sysv/linux/s390/s390-32/syscalls.def  | 16 ++++++++++++++++
 sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list | 16 ----------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/syscalls.def b/sysdeps/unix/sysv/linux/s390/s390-32/syscalls.def
new file mode 100644
index 0000000000..3649655fa8
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/syscalls.def
@@ -0,0 +1,16 @@
+# Symbol name     Syscall name      Arguments                                               Strong                    Aliases                                     Includes            Flags
+
+chown             chown32           [const char *, uid_t, gid_t]                            chown                     $__chown,chown@@GLIBC_2.1                   unistd.h
+lchown            lchown32          [const char *, uid_t, gid_t]                            lchown                    lchown@@GLIBC_2.0,chown@GLIBC_2.0:GLIBC_2.1 unistd.h
+fchown            fchown32          [int, uid_t, gid_t]                                     fchown                    __fchown                                    unistd.h
+
+getegid           getegid32         []:gid_t                                                getegid                   __getegid                                   unistd.h
+geteuid           geteuid32         []:uid_t                                                geteuid                   __geteuid                                   unistd.h
+getgid            getgid32          []:gid_t                                                getgid                    __getgid                                    unistd.h
+getuid            getuid32          []:uid_t                                                getuid                    __getuid                                    unistd.h
+getresgid         getresgid32       [gid_t *, gid_t *, gid_t *]                             getresgid                 $__getresgid                                unistd.h
+getresuid         getresuid32       [uid_t *, uid_t *, uid_t *]                             getresuid                 $__getresuid                                unistd.h
+getgroups         getgroups32       [int, gid_t *]                                          getgroups                 __getgroups                                 unistd.h
+
+setfsgid          setfsgid32        [gid_t]                                                 setfsgid                  -                                           sys/fsuid.h
+setfsuid          setfsuid32        [uid_t]                                                 setfsuid                  -                                           sys/fsuid.h
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list b/sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
deleted file mode 100644
index fa05bac4d5..0000000000
--- a/sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
+++ /dev/null
@@ -1,16 +0,0 @@
-# File name	Caller	Syscall name	Args	Strong name	Weak names
-
-chown		-	chown32		i:sii	__chown		chown@@GLIBC_2.1
-lchown		-	lchown32	i:sii	__lchown	lchown@@GLIBC_2.0 chown@GLIBC_2.0
-fchown		-	fchown32	i:iii	__fchown	fchown
-
-getegid		-	getegid32	Ei:	__getegid	getegid
-geteuid		-	geteuid32	Ei:	__geteuid	geteuid
-getgid		-	getgid32	Ei:	__getgid	getgid
-getuid		-	getuid32	Ei:	__getuid	getuid
-getresgid	-	getresgid32	i:ppp	__getresgid	getresgid
-getresuid	-	getresuid32	i:ppp	__getresuid	getresuid
-getgroups	-	getgroups32	i:ip	__getgroups	getgroups
-
-setfsgid	-	setfsgid32	Ei:i	setfsgid
-setfsuid	-	setfsuid32	Ei:i	setfsuid


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

only message in thread, other threads:[~2020-06-29 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 21:48 [glibc/azanella/syscall-refactor] s390: Move Linux syscalls.list to syscalls.def Adhemerval Zanella

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