mailing list of musl libc
 help / color / mirror / code / Atom feed
* syscall table discrepancies
@ 2017-02-17  1:51 Rich Felker
  2017-02-17  2:00 ` Rich Felker
  0 siblings, 1 reply; 6+ messages in thread
From: Rich Felker @ 2017-02-17  1:51 UTC (permalink / raw)
  To: musl

Szabolcs Nagy worked out diffs of musl's idea of the syscalls for each
arch vs the kernel's which I'm pasting below; I'll follow up with
comments as a reply.

aarch64
-o__NR_fstatat 79
+o__NR_newfstatat 79
-o__NR_or1k_atomic 244

arm
+o__NR_arm_fadvise64_64 270
+o__NR_arm_sync_file_range 341
-o__NR_fadvise64_64 270

i386
-o__NR_madvise1 219

microblaze
-o__NR_fadvise 250
+o__NR_fadvise64 250
-o__NR_fstatat 300
+o__NR_fstatat64 300
-o__NR_pread 180
+o__NR_pread64 180
-o__NR_pwrite 181
+o__NR_pwrite64 181

mips
+o__NR__newselect 4142
-o__NR_fadvise 4254
+o__NR_fadvise64 4254
-o__NR_fstatat 4293
+o__NR_fstatat64 4293
-o__NR_pread 4200
+o__NR_pread64 4200
-o__NR_pwrite 4201
+o__NR_pwrite64 4201
-o__NR_select 4142

mipsn32
-o__NR_fstatat 6256
+o__NR_newfstatat 6256

or1k
-o__NR__llseek 62
+o__NR_llseek 62

powerpc
-o__NR_getresgid32 170
-o__NR_getresuid32 165
-o__NR_setresgid32 169
-o__NR_setresuid32 164
-o__NR_timerfd 306



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-18 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-17  1:51 syscall table discrepancies Rich Felker
2017-02-17  2:00 ` Rich Felker
2017-02-18  2:41   ` Szabolcs Nagy
2017-02-18  4:32     ` Rich Felker
2017-02-18 17:19       ` Szabolcs Nagy
2017-06-18 12:00     ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).