This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "POSIX threading library".
The branch, master has been updated via 5aa60db21b545797f47808603c97ffc168a45dd9 (commit) from 13222caf06cce1225122a7ae92d6e782145718ab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5aa60db21b545797f47808603c97ffc168a45dd9 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Mar 19 01:07:44 2018 +0100 Avoid installing private pthread.h It was actually by mistake that sysdeps/pthread/pthread.h was getting installed and that we'd have an include/pthread/pthread.h. Let's simplify this. * sysdeps/pthread/pthread.h: Move file content to... * ./sysdeps/pthread/pthreadP.h: ... here. * sysdeps/generic/pthread/pthread.h: Move file to... * sysdeps/generic/pthread.h: ... here. * Makefile (headers): Remove pthread/pthread.h. * Makeconfig (includes): Remove -I$(..)htl/include. * pthread/cthreads-compat.c: Include <pthreadP.h> instead of <pthread.h> ----------------------------------------------------------------------- Summary of changes: Makeconfig | 2 -- Makefile | 4 +--- pthread/cthreads-compat.c | 2 +- sysdeps/generic/{pthread => }/pthread.h | 0 sysdeps/pthread/pthread.h | 22 ---------------------- sysdeps/pthread/pthreadP.h | 18 ++++++++++++++++++ 6 files changed, 20 insertions(+), 28 deletions(-) rename sysdeps/generic/{pthread => }/pthread.h (100%) delete mode 100644 sysdeps/pthread/pthread.h hooks/post-receive -- POSIX threading library