* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
commit7f745396c470216fb36d1d9867fb51318abc951d
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 Nov 2007 19:36:06 +0000 (10 19:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 Nov 2007 19:36:06 +0000 (10 19:36 +0000)
tree2583cb46bf2658266ba1db669bc8169adc01c3f2
parentcbed6a607d6b42b0cb264d2bee1bd784c8504d60
* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..

* sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
* sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
open64_2.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
entries.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysdeps/wordsize-64/alphasort.c: New file.
* sysdeps/wordsize-64/alphasort64.c: New file.
* sysdeps/wordsize-64/fseeko.c: New file.
* sysdeps/wordsize-64/fseeko64.c: New file.
* sysdeps/wordsize-64/ftello.c: New file.
* sysdeps/wordsize-64/ftello64.c: New file.
* sysdeps/wordsize-64/ftw.c: New file.
* sysdeps/wordsize-64/ftw64.c: New file.
* sysdeps/wordsize-64/iofgetpos.c: New file.
* sysdeps/wordsize-64/iofgetpos64.c: New file.
* sysdeps/wordsize-64/iofopen.c: New file.
* sysdeps/wordsize-64/iofopen64.c: New file.
* sysdeps/wordsize-64/iofsetpos.c: New file.
* sysdeps/wordsize-64/iofsetpos64.c: New file.
* sysdeps/wordsize-64/lockf.c: New file.
* sysdeps/wordsize-64/lockf64.c: New file.
* sysdeps/wordsize-64/mkostemp.c: New file.
* sysdeps/wordsize-64/mkostemp64.c: New file.
* sysdeps/wordsize-64/mkstemp.c: New file.
* sysdeps/wordsize-64/mkstemp64.c: New file.
* sysdeps/wordsize-64/scandir.c: New file.
* sysdeps/wordsize-64/scandir64.c: New file.
* sysdeps/wordsize-64/tmpfile.c: New file.
* sysdeps/wordsize-64/tmpfile64.c: New file.
* sysdeps/wordsize-64/versionsort.c: New file.
* sysdeps/wordsize-64/versionsort64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.

* crypt/sha256-crypt.c: Fix a comment.
* crypt/sha512-crypt.c: Likewise.
46 files changed:
ChangeLog
crypt/sha256-crypt.c
crypt/sha512-crypt.c
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/ia64/syscalls.list
sysdeps/unix/sysv/linux/open64.c
sysdeps/unix/sysv/linux/open64_2.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/aio_read.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/aio_write.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/creat64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/open64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/openat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/openat64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/syscalls.list
sysdeps/wordsize-64/alphasort.c [new file with mode: 0644]
sysdeps/wordsize-64/alphasort64.c [new file with mode: 0644]
sysdeps/wordsize-64/fseeko.c [new file with mode: 0644]
sysdeps/wordsize-64/fseeko64.c [new file with mode: 0644]
sysdeps/wordsize-64/ftello.c [new file with mode: 0644]
sysdeps/wordsize-64/ftello64.c [new file with mode: 0644]
sysdeps/wordsize-64/ftw.c [new file with mode: 0644]
sysdeps/wordsize-64/ftw64.c [new file with mode: 0644]
sysdeps/wordsize-64/iofgetpos.c [new file with mode: 0644]
sysdeps/wordsize-64/iofgetpos64.c [new file with mode: 0644]
sysdeps/wordsize-64/iofopen.c [new file with mode: 0644]
sysdeps/wordsize-64/iofopen64.c [new file with mode: 0644]
sysdeps/wordsize-64/iofsetpos.c [new file with mode: 0644]
sysdeps/wordsize-64/iofsetpos64.c [new file with mode: 0644]
sysdeps/wordsize-64/lockf.c [new file with mode: 0644]
sysdeps/wordsize-64/lockf64.c [new file with mode: 0644]
sysdeps/wordsize-64/mkostemp.c [new file with mode: 0644]
sysdeps/wordsize-64/mkostemp64.c [new file with mode: 0644]
sysdeps/wordsize-64/mkstemp.c [new file with mode: 0644]
sysdeps/wordsize-64/mkstemp64.c [new file with mode: 0644]
sysdeps/wordsize-64/scandir.c [new file with mode: 0644]
sysdeps/wordsize-64/scandir64.c [new file with mode: 0644]
sysdeps/wordsize-64/tmpfile.c [new file with mode: 0644]
sysdeps/wordsize-64/tmpfile64.c [new file with mode: 0644]
sysdeps/wordsize-64/versionsort.c [new file with mode: 0644]
sysdeps/wordsize-64/versionsort64.c [new file with mode: 0644]