mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
b4e54243c4
(input, output): Functions removed. (mach_open_devstream): Use devstream_{read,write} as cookie functions, using only the vanilla fopencookie interface. * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define as macro for __io_functions. (funcsio): Use cookie_io_functions_t type name. (fopenport): Renamed from __fopenport. Rewrite to call fopencookie. * libio/iofopncook.c (_IO_cookie_init): New function, broken out of fopencookie. (fopencookie): Use it. * libio/libio.h: Declare _IO_cookie_init. * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using _IO_cookie_init. * libio/libio.h (__io_seek_fn): Fix second argument type to be a pointer, in line with the manual and the old stdio. * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller. * sysdeps/generic/bits/stdio-lock.h: New file. This is a stub with #error, but that's better than no file at all. * sysdeps/unix/sysv/linux/alpha/syscall.S: * manual/message.texi (Using gettextized software): * manual/filesys.texi (File Size): * manual/charset.texi (glibc iconv Implementation): * locale/programs/ld-collate.c (collate_output): * manual/stdio.texi (Output Conversion Syntax): |
||
---|---|---|
.. | ||
hurd | ||
.cvsignore | ||
alloc-fd.c | ||
catch-exc.c | ||
catch-signal.c | ||
compat-20.c | ||
ctty-input.c | ||
ctty-output.c | ||
dtable.c | ||
faultexc.defs | ||
fchroot.c | ||
fd-close.c | ||
fd-read.c | ||
fd-write.c | ||
fopenport.c | ||
get-host.c | ||
getdport.c | ||
geteuids.c | ||
getumask.c | ||
hurd-raise.c | ||
hurd.h | ||
hurdauth.c | ||
hurdchdir.c | ||
hurdexec.c | ||
hurdfault.c | ||
hurdfault.h | ||
hurdfchdir.c | ||
hurdhost.h | ||
hurdid.c | ||
hurdinit.c | ||
hurdioctl.c | ||
hurdkill.c | ||
hurdlookup.c | ||
hurdmalloc.c | ||
hurdmalloc.h | ||
hurdmsg.c | ||
hurdpid.c | ||
hurdports.c | ||
hurdprio.c | ||
hurdrlimit.c | ||
hurdselect.c | ||
hurdsig.c | ||
hurdsock.c | ||
hurdstartup.c | ||
hurdstartup.h | ||
intern-fd.c | ||
intr-msg.c | ||
intr-rpc.defs | ||
intr-rpc.h | ||
Makefile | ||
msgportdemux.c | ||
new-fd.c | ||
Notes | ||
openport.c | ||
path-lookup.c | ||
pid2task.c | ||
port2fd.c | ||
port-cleanup.c | ||
ports-get.c | ||
ports-set.c | ||
preempt-sig.c | ||
privports.c | ||
report-wait.c | ||
set-host.c | ||
setauth.c | ||
seteuids.c | ||
siginfo.c | ||
sigunwind.c | ||
task2pid.c | ||
thread-cancel.c | ||
thread-self.c | ||
Versions | ||
vpprintf.c |