commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. 414e0bbabb6ac7a5c


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 414e0bbabb6ac7a5cff148b927ec874dff922be1
Date: Thu, 02 Jan 2014 00:18:06 +0000

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  414e0bbabb6ac7a5cff148b927ec874dff922be1 (commit)
      from  248b21c8e8aeb108e33fe72303631e0b5a78842d (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 414e0bbabb6ac7a5cff148b927ec874dff922be1
Author: Samuel Thibault <address@hidden>
Date:   Thu Jan 2 01:16:33 2014 +0100

    Fix glibc spinlock inclusion
    
    Using an i386 Implies would change inclusion order in the rest of libc
    too, entailing a lot of issues. We can simply make mach/i386 include
    i386 instead.
    
    * sysdeps/mach/i386/bits/spin-lock-inline.h: Include
    ../../../sysdeps/i386/bits/spin-lock-inline.h.
    * sysdeps/mach/i386/bits/spin-lock.h: Include
    ../../../sysdeps/i386/bits/spin-lock.h.

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/mach/i386/bits/spin-lock-inline.h |    1 +
 sysdeps/mach/i386/bits/spin-lock.h        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/mach/i386/bits/spin-lock-inline.h
 create mode 100644 sysdeps/mach/i386/bits/spin-lock.h


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]