2000-10-13 Michael Fedrowitz <michael@fedrowitz.de>
authorAndreas Schwab <schwab@suse.de>
Sat, 14 Oct 2000 17:50:13 +0000 (17:50 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 14 Oct 2000 17:50:13 +0000 (17:50 +0000)
commitadf9969ce1940edd58c90990d42f3f6893d5cdff
tree0c4e77a2092da4398f1e5a2157644aafb8bf6ed6
parentb57d767cf46a8895cb01bd63f07be0b926fe1493
2000-10-13  Michael Fedrowitz  <michael@fedrowitz.de>

* sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file.
* sysdeps/unix/sysv/linux/m68k/fcntl.c: New file.
* sysdeps/unix/sysv/linux/m68k/getdents64.c: New file.
* sysdeps/unix/sysv/linux/m68k/getrlimit.c: New file.
* sysdeps/unix/sysv/linux/m68k/getrlimit64.c: New file.
* sysdeps/unix/sysv/linux/m68k/glob64.c: New file.
* sysdeps/unix/sysv/linux/m68k/lockf64.c: New file.
* sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c: New file.
* sysdeps/unix/sysv/linux/m68k/readdir64.c: New file.
* sysdeps/unix/sysv/linux/m68k/readdir64_r.c: New file.
* sysdeps/unix/sysv/linux/m68k/scandir64.c: New file.
* sysdeps/unix/sysv/linux/m68k/setrlimit.c: New file.
* sysdeps/unix/sysv/linux/m68k/versionsort64.c: New file.
* sysdeps/unix/sysv/linux/m68k/Dist: Add oldgetrlimit64.c.
* sysdeps/unix/sysv/linux/m68k/Makefile: Add oldgetrlimit64.
* sysdeps/unix/sysv/linux/m68k/Versions: Export __xstat64,
__fxstat64, __lxstat64, alphasort64, glob64, getrlimit, setrlimit,
getrlimit64, readdir64, readdir64_r, scandir64, versionsort64 at
GLIBC_2.2.
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Add oldgetrlimit,
oldsetrlimit for GLIBC_2.0.
17 files changed:
sysdeps/unix/sysv/linux/m68k/Dist
sysdeps/unix/sysv/linux/m68k/Makefile
sysdeps/unix/sysv/linux/m68k/Versions
sysdeps/unix/sysv/linux/m68k/alphasort64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/fcntl.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/getdents64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/getrlimit.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/getrlimit64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/glob64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/lockf64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/readdir64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/readdir64_r.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/scandir64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/setrlimit.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/syscalls.list
sysdeps/unix/sysv/linux/m68k/versionsort64.c [new file with mode: 0644]