diff options
author | Andreas Schwab <schwab@suse.de> | 2000-06-23 11:09:25 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2000-06-23 11:09:25 +0000 |
commit | 6363d1567e4959d0aa7028946b9d276a8cc53afe (patch) | |
tree | cc0254fd45dbd47cbcca5562502f65979bca671a /sysdeps/unix/sysv/linux/m68k | |
parent | ffce1bc7dd61f5e5cc9a50487e0f3eac9137d5db (diff) | |
download | glibc-6363d1567e4959d0aa7028946b9d276a8cc53afe.tar glibc-6363d1567e4959d0aa7028946b9d276a8cc53afe.tar.gz glibc-6363d1567e4959d0aa7028946b9d276a8cc53afe.tar.bz2 glibc-6363d1567e4959d0aa7028946b9d276a8cc53afe.zip |
Replace arg-count with signatures.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/syscalls.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/syscalls.list b/sysdeps/unix/sysv/linux/m68k/syscalls.list index 9ae4f73757..5367ef0d0b 100644 --- a/sysdeps/unix/sysv/linux/m68k/syscalls.list +++ b/sysdeps/unix/sysv/linux/m68k/syscalls.list @@ -1,3 +1,3 @@ -# File name Caller Syscall name # args Strong name Weak names +# File name Caller Syscall name Args Strong name Weak names -cacheflush EXTRA cacheflush 4 __cacheflush cacheflush +cacheflush EXTRA cacheflush i:iiii __cacheflush cacheflush |