This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/47731] [4.6 Regression] futex_wait broken on Linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47731

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-14 15:08:29 UTC ---
Author: jakub
Date: Mon Feb 14 15:08:23 2011
New Revision: 170133

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170133
Log:
    PR libgomp/47731
    * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
    to FUTEX_WAIT futex syscall.
    * config/linux/wait.h: Include <futex.h> instead of "futex.h".

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/config/linux/futex.h
    trunk/libgomp/config/linux/wait.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]