]> git.ipfire.org Git - thirdparty/glibc.git/commit
Synchronize support/ infrastructure with master
authorArjun Shankar <arjun.is@lostca.se>
Wed, 7 Jun 2017 09:46:24 +0000 (11:46 +0200)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Fri, 6 Apr 2018 18:55:10 +0000 (15:55 -0300)
commit1be1845b280cfadff0cbd09170af554549849ffb
tree720e77beac8d1e3d3d26bab07a7631ebacee1e80
parent771fb81f98a2be9e96f2a09056617ad93d64959f
Synchronize support/ infrastructure with master

This commit updates the support/ subdirectory to
commit 2714c5f3c95f90977167c1d21326d907fb76b419
on the master branch and modifies Makeconfig,
Rules, and extra-lib.mk accordingly.

(cherry picked from commit 4c5785aa129a5d195fc1cd5c7fcd6f62c2b0ff0c)

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
119 files changed:
Makeconfig
Rules
extra-lib.mk
scripts/backport-support.sh [new file with mode: 0644]
support/Makefile [new file with mode: 0644]
support/README [new file with mode: 0644]
support/README-testing.c [new file with mode: 0644]
support/capture_subprocess.h [new file with mode: 0644]
support/check.c [new file with mode: 0644]
support/check.h [new file with mode: 0644]
support/check_addrinfo.c [new file with mode: 0644]
support/check_dns_packet.c [new file with mode: 0644]
support/check_hostent.c [new file with mode: 0644]
support/check_netent.c [new file with mode: 0644]
support/check_nss.h [new file with mode: 0644]
support/delayed_exit.c [new file with mode: 0644]
support/format_nss.h [new file with mode: 0644]
support/ignore_stderr.c [new file with mode: 0644]
support/namespace.h [new file with mode: 0644]
support/oom_error.c [new file with mode: 0644]
support/resolv_test.c [new file with mode: 0644]
support/resolv_test.h [new file with mode: 0644]
support/run_diff.h [new file with mode: 0644]
support/set_fortify_handler.c [new file with mode: 0644]
support/support-xstat.c [new file with mode: 0644]
support/support.h [new file with mode: 0644]
support/support_become_root.c [new file with mode: 0644]
support/support_can_chroot.c [new file with mode: 0644]
support/support_capture_subprocess.c [new file with mode: 0644]
support/support_capture_subprocess_check.c [new file with mode: 0644]
support/support_enter_network_namespace.c [new file with mode: 0644]
support/support_format_address_family.c [new file with mode: 0644]
support/support_format_addrinfo.c [new file with mode: 0644]
support/support_format_dns_packet.c [new file with mode: 0644]
support/support_format_herrno.c [new file with mode: 0644]
support/support_format_hostent.c [new file with mode: 0644]
support/support_format_netent.c [new file with mode: 0644]
support/support_isolate_in_subprocess.c [new file with mode: 0644]
support/support_record_failure.c [new file with mode: 0644]
support/support_run_diff.c [new file with mode: 0644]
support/support_shared_allocate.c [new file with mode: 0644]
support/support_test_main.c [new file with mode: 0644]
support/support_test_verify_impl.c [new file with mode: 0644]
support/support_write_file_string.c [new file with mode: 0644]
support/temp_file-internal.h [new file with mode: 0644]
support/temp_file.c [new file with mode: 0644]
support/temp_file.h [new file with mode: 0644]
support/test-driver.c [new file with mode: 0644]
support/test-driver.h [new file with mode: 0644]
support/tst-support-namespace.c [new file with mode: 0644]
support/tst-support_capture_subprocess.c [new file with mode: 0644]
support/tst-support_format_dns_packet.c [new file with mode: 0644]
support/tst-support_record_failure-2.sh [new file with mode: 0644]
support/tst-support_record_failure.c [new file with mode: 0644]
support/write_message.c [new file with mode: 0644]
support/xaccept.c [new file with mode: 0644]
support/xaccept4.c [new file with mode: 0644]
support/xasprintf.c [new file with mode: 0644]
support/xbind.c [new file with mode: 0644]
support/xcalloc.c [new file with mode: 0644]
support/xchroot.c [new file with mode: 0644]
support/xclose.c [new file with mode: 0644]
support/xconnect.c [new file with mode: 0644]
support/xdup2.c [new file with mode: 0644]
support/xfclose.c [new file with mode: 0644]
support/xfopen.c [new file with mode: 0644]
support/xfork.c [new file with mode: 0644]
support/xgetsockname.c [new file with mode: 0644]
support/xlisten.c [new file with mode: 0644]
support/xmalloc.c [new file with mode: 0644]
support/xmemstream.c [new file with mode: 0644]
support/xmemstream.h [new file with mode: 0644]
support/xmkdir.c [new file with mode: 0644]
support/xmmap.c [new file with mode: 0644]
support/xmunmap.c [new file with mode: 0644]
support/xopen.c [new file with mode: 0644]
support/xpipe.c [new file with mode: 0644]
support/xpoll.c [new file with mode: 0644]
support/xpthread_attr_destroy.c [new file with mode: 0644]
support/xpthread_attr_init.c [new file with mode: 0644]
support/xpthread_attr_setdetachstate.c [new file with mode: 0644]
support/xpthread_attr_setstacksize.c [new file with mode: 0644]
support/xpthread_barrier_destroy.c [new file with mode: 0644]
support/xpthread_barrier_init.c [new file with mode: 0644]
support/xpthread_barrier_wait.c [new file with mode: 0644]
support/xpthread_cancel.c [new file with mode: 0644]
support/xpthread_check_return.c [new file with mode: 0644]
support/xpthread_cond_wait.c [new file with mode: 0644]
support/xpthread_create.c [new file with mode: 0644]
support/xpthread_detach.c [new file with mode: 0644]
support/xpthread_join.c [new file with mode: 0644]
support/xpthread_mutex_consistent.c [new file with mode: 0644]
support/xpthread_mutex_destroy.c [new file with mode: 0644]
support/xpthread_mutex_init.c [new file with mode: 0644]
support/xpthread_mutex_lock.c [new file with mode: 0644]
support/xpthread_mutex_unlock.c [new file with mode: 0644]
support/xpthread_mutexattr_destroy.c [new file with mode: 0644]
support/xpthread_mutexattr_init.c [new file with mode: 0644]
support/xpthread_mutexattr_setprotocol.c [new file with mode: 0644]
support/xpthread_mutexattr_setpshared.c [new file with mode: 0644]
support/xpthread_mutexattr_setrobust.c [new file with mode: 0644]
support/xpthread_mutexattr_settype.c [new file with mode: 0644]
support/xpthread_once.c [new file with mode: 0644]
support/xpthread_sigmask.c [new file with mode: 0644]
support/xpthread_spin_lock.c [new file with mode: 0644]
support/xpthread_spin_unlock.c [new file with mode: 0644]
support/xrealloc.c [new file with mode: 0644]
support/xrecvfrom.c [new file with mode: 0644]
support/xsendto.c [new file with mode: 0644]
support/xsetsockopt.c [new file with mode: 0644]
support/xsignal.h [new file with mode: 0644]
support/xsocket.c [new file with mode: 0644]
support/xsocket.h [new file with mode: 0644]
support/xstdio.h [new file with mode: 0644]
support/xstrdup.c [new file with mode: 0644]
support/xthread.h [new file with mode: 0644]
support/xunistd.h [new file with mode: 0644]
support/xwaitpid.c [new file with mode: 0644]
support/xwrite.c [new file with mode: 0644]