enable LARGEFILE64 aliases
authorRich Felker <dalias@aerifal.cx>
Fri, 1 Jun 2012 03:12:31 +0000 (23:12 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 1 Jun 2012 03:12:31 +0000 (23:12 -0400)
commita541297617e567eadc7448e1af35d7bb20461a8c
treeb1197b0f76655df1c0014563cedae8469ca84a17
parented6717277c4c5d6f3296d931d35a0f1beb73a024
enable LARGEFILE64 aliases

these will NOT be used when compiling with -D_LARGEFILE64_SOURCE on
musl; instead, they exist in the hopes of eventually being able to run
some glibc-linked apps with musl sitting in place of glibc.

also remove the (apparently incorrect) fcntl alias.
src/fcntl/fcntl.c
src/internal/libc.h