hurd: Fix PTR_{,DE}MANGLE calls
commit92777f34df805c2069d14c28fe976256d31ed0ab
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 6 Jul 2016 09:43:54 +0000 (6 11:43 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 6 Jul 2016 09:48:56 +0000 (6 11:48 +0200)
tree73003379a3b6c00e36264b0ed7c558ade9071085
parent8321286846970af562a2ff6b7272f1cd0860d6c1
hurd: Fix PTR_{,DE}MANGLE calls

* libio/iofopncook.c (_IO_cookie_read, _IO_cookie_write,
_IO_cookie_seek, _IO_cookie_close, _IO_old_cookie_seek)
[!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
(set_callbacks) [!PTR_MANGLE]: Do not call PTR_MANGLE.
* libio/vtables.c (_IO_vtable_check)
[!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
* libio/libioP.h (IO_set_accept_foreign_vtables)
[!PTR_MANGLE]: Do not call PTR_MANGLE.
ChangeLog
libio/iofopncook.c
libio/libioP.h
libio/vtables.c