glibc/mach
Samuel Thibault 28f6186f3e hurd: take __USE_EXTERN_INLINES into account and restrict inlines
* hurd/hurd.h (__hurd_fail): Always declare function, and provide inline
version only if __USE_EXTERN_INLINES is defined.
* hurd/hurd/fd.h (_hurd_fd_error_signal, _hurd_fd_error, __hurd_dfail,
__hurd_sockfail): Likewise.
(_hurd_fd_get): Always declare functions, and provide inline versions
only if __USE_EXTERN_INLINES and _LIBC are defined and IS_IN(libc).
* hurd/hurd/port.h (_hurd_port_init, _hurd_port_locked_get,
_hurd_port_get, _hurd_port_free, _hurd_port_locked_set,
_hurd_port_set): Always declare functions, and provide inline versions
only if __USE_EXTERN_INLINES and _LIBC are defined and
IS_IN(libc).
* hurd/hurd/signal.h (_hurd_self_sigstate, _hurd_critical_section_lock,
_hurd_critical_section_unlock): Likewise.
* hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp,
* __hurd_threadvar_location): Likewise.
* hurd/hurd/userlink.h (_hurd_userlink_link, _hurd_userlink_unlink,
_hurd_userlink_clear): Likewise.
* mach/lock-intern.h (__spin_lock_init, __spin_lock, __mutex_lock,
__mutex_unlock, __mutex_trylock): Always declare functions, and provide
inline versions only if __USE_EXTERN_INLINES and _LIBC are defined.
* mach/mach/mig_support.h (__mig_strncpy): Likewise.
* sysdeps/generic/machine-lock.h (__spin_unlock, __spin_try_lock,
__spin_lock_locked): Likewise.
* sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock,
__spin_lock_locked): Likewise.
* mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
* hurd/Versions (libc: GLIBC_2.27): Add _hurd_fd_error_signal,
_hurd_fd_error, __hurd_dfail, __hurd_sockfail, _hurd_port_locked_set,
__hurd_threadvar_location_from_sp, __hurd_threadvar_location,
_hurd_userlink_link, _hurd_userlink_unlink, _hurd_userlink_clear.
2018-01-28 18:46:23 +01:00
..
mach hurd: take __USE_EXTERN_INLINES into account and restrict inlines 2018-01-28 18:46:23 +01:00
Machrules hurd: drop elder MACH_IPC_COMPAT handling 2018-01-27 21:40:08 +01:00
Makefile Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
Versions hurd: Remove duplicate symbol version 2017-08-28 14:19:55 +02:00
devstream.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
err_boot.sub Remove trailing whitespace from mach/*.sub. 2013-06-10 22:47:08 +00:00
err_ipc.sub Remove trailing whitespace from mach/*.sub. 2013-06-10 22:47:08 +00:00
err_kern.sub * hurd/hurdmalloc.c: Remove $ tag $ magic. 2005-12-06 01:24:30 +00:00
err_mach.sub Remove trailing whitespace from mach/*.sub. 2013-06-10 22:47:08 +00:00
err_server.sub * hurd/hurdmalloc.c: Remove $ tag $ magic. 2005-12-06 01:24:30 +00:00
err_us.sub * hurd/hurdmalloc.c: Remove $ tag $ magic. 2005-12-06 01:24:30 +00:00
error_compat.c * hurd/hurdmalloc.c: Remove $ tag $ magic. 2005-12-06 01:24:30 +00:00
errorlib.h * hurd/hurdmalloc.c: Remove $ tag $ magic. 2005-12-06 01:24:30 +00:00
errstring.c Fix old-style function definition 2016-09-20 23:10:51 +02:00
errsystems.awk * mach/errsystems.awk: Include <errno.h> in generated output. 2003-02-16 03:55:27 +00:00
lock-intern.h hurd: take __USE_EXTERN_INLINES into account and restrict inlines 2018-01-28 18:46:23 +01:00
mach.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mach_error.c mach: Fix old-style function definition. 2016-09-20 23:10:51 +02:00
mach_error.h * hurd/hurdmalloc.c: Remove $ tag $ magic. 2005-12-06 01:24:30 +00:00
mach_init.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mach_init.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mig-alloc.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mig-dealloc.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mig-reply.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mig_strncpy.c initial import 1995-02-18 01:27:10 +00:00
msg-destroy.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
msg.c * sysdeps/mach/hurd/times.c: Fix typo in last change. 2002-02-19 00:22:30 +00:00
msgserver.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mutex-init.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
mutex-solid.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
setup-thread.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
shortcut.awk 2005-08-05 Roland McGrath <roland@redhat.com> 2005-08-08 20:52:23 +00:00
spin-lock.c hurd: take __USE_EXTERN_INLINES into account and restrict inlines 2018-01-28 18:46:23 +01:00
spin-lock.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
spin-solid.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
stack_chk_fail_local.c hurd: fix build with -fstack-protector-strong 2017-08-27 22:10:17 +02:00
syscalls.awk initial import 1995-02-18 01:27:10 +00:00