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

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

commit bcbe6db61ba76f8fa4c144e612c6a9d01f7447fb
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Jun 18 11:08:49 2020 -0300

    csky: Move Linux syscalls.list to syscalls.def

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

diff --git a/sysdeps/unix/sysv/linux/csky/syscalls.def b/sysdeps/unix/sysv/linux/csky/syscalls.def
new file mode 100644
index 0000000000..c6b3329f23
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/csky/syscalls.def
@@ -0,0 +1,3 @@
+# Symbol name     Syscall name      Arguments                                                             Strong            Aliases                            Includes            Flags
+
+cacheflush        cacheflush        [void *, unsigned long, int]                                          cacheflush        __cacheflush                       -                   E
diff --git a/sysdeps/unix/sysv/linux/csky/syscalls.list b/sysdeps/unix/sysv/linux/csky/syscalls.list
deleted file mode 100644
index 2a8feb129b..0000000000
--- a/sysdeps/unix/sysv/linux/csky/syscalls.list
+++ /dev/null
@@ -1,2 +0,0 @@
-# File name	Caller	Syscall name	Args	Strong name	Weak names
-cacheflush	-	cacheflush	i:pii	_flush_cache	cacheflush


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

only message in thread, other threads:[~2020-06-29 21:49 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:49 [glibc/azanella/syscall-refactor] csky: 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).