mirror of git://git.musl-libc.org/musl
246f1c8114
originally the namespace-infringing "large file support" interfaces
were included as part of glibc-ABI-compat, with the intent that they
not be used for linking, since our off_t is and always has been
unconditionally 64-bit and since we usually do not aim to support
nonstandard interfaces when there is an equivalent standard interface.
unfortunately, having the symbols present and available for linking
caused configure scripts to detect them and attempt to use them
without declarations, producing all the expected ill effects that
entails.
as a result, commit
|
||
---|---|---|
.. | ||
__xstat.c | ||
adjtime32.c | ||
adjtimex_time32.c | ||
aio_suspend_time32.c | ||
clock_adjtime32.c | ||
clock_getres_time32.c | ||
clock_gettime32.c | ||
clock_nanosleep_time32.c | ||
clock_settime32.c | ||
cnd_timedwait_time32.c | ||
ctime32.c | ||
ctime32_r.c | ||
difftime32.c | ||
fstat_time32.c | ||
fstatat_time32.c | ||
ftime32.c | ||
futimens_time32.c | ||
futimes_time32.c | ||
futimesat_time32.c | ||
getitimer_time32.c | ||
getrusage_time32.c | ||
gettimeofday_time32.c | ||
gmtime32.c | ||
gmtime32_r.c | ||
localtime32.c | ||
localtime32_r.c | ||
lstat_time32.c | ||
lutimes_time32.c | ||
mktime32.c | ||
mq_timedreceive_time32.c | ||
mq_timedsend_time32.c | ||
mtx_timedlock_time32.c | ||
nanosleep_time32.c | ||
ppoll_time32.c | ||
pselect_time32.c | ||
pthread_cond_timedwait_time32.c | ||
pthread_mutex_timedlock_time32.c | ||
pthread_rwlock_timedrdlock_time32.c | ||
pthread_rwlock_timedwrlock_time32.c | ||
pthread_timedjoin_np_time32.c | ||
recvmmsg_time32.c | ||
sched_rr_get_interval_time32.c | ||
select_time32.c | ||
sem_timedwait_time32.c | ||
semtimedop_time32.c | ||
setitimer_time32.c | ||
settimeofday_time32.c | ||
sigtimedwait_time32.c | ||
stat_time32.c | ||
stime32.c | ||
thrd_sleep_time32.c | ||
time32.c | ||
time32.h | ||
time32gm.c | ||
timer_gettime32.c | ||
timer_settime32.c | ||
timerfd_gettime32.c | ||
timerfd_settime32.c | ||
timespec_get_time32.c | ||
utime_time32.c | ||
utimensat_time32.c | ||
utimes_time32.c | ||
wait3_time32.c | ||
wait4_time32.c |