mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
81503d1e44
It was noted in <https://sourceware.org/ml/libc-alpha/2012-09/msg00305.html> that the bits/*.h naming scheme should only be used for installed headers. This patch renames bits/stdio-lock.h to plain stdio-lock.h to follow that convention. Tested for x86_64 (testsuite, and that installed stripped shared libraries are unchanged by the patch). [BZ #14912] * bits/stdio-lock.h: Move to ... * sysdeps/generic/stdio-lock.h: ...here. (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H. * sysdeps/nptl/bits/stdio-lock.h: Move to ... * sysdeps/nptl/stdio-lock.h: ...here. (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H. * include/libio.h: Include <stdio-lock.h> instead of <bits/stdio-lock.h>. * sysdeps/nptl/fork.c: Likewise. * sysdeps/pthread/flockfile.c: Likewise. * sysdeps/pthread/ftrylockfile.c: Likewise. * sysdeps/pthread/funlockfile.c: Likewise. |
||
---|---|---|
.. | ||
bits | ||
aio_cancel.c | ||
aio_error.c | ||
aio_fsync.c | ||
aio_misc.c | ||
aio_misc.h | ||
aio_notify.c | ||
aio_read64.c | ||
aio_read.c | ||
aio_suspend.c | ||
aio_write64.c | ||
aio_write.c | ||
allocalim.h | ||
flockfile.c | ||
ftrylockfile.c | ||
funlockfile.c | ||
lio_listio64.c | ||
lio_listio.c | ||
Makeconfig | ||
Makefile | ||
posix-timer.h | ||
semaphore.h | ||
timer_create.c | ||
timer_delete.c | ||
timer_getoverr.c | ||
timer_gettime.c | ||
timer_routines.c | ||
timer_settime.c | ||
tst-timer.c | ||
Versions |