Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
516db2dd
Commit
516db2dd
authored
Feb 01, 2015
by
Jonathan Wakely
Committed by
Jonathan Wakely
Feb 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/c++11/futex.cc: Do not define for gthr-single.h targets.
From-SVN: r220319
parent
13fc08e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/src/c++11/futex.cc
+2
-0
No files found.
libstdc++-v3/ChangeLog
View file @
516db2dd
2015-02-01 Jonathan Wakely <jwakely@redhat.com>
2015-02-01 Jonathan Wakely <jwakely@redhat.com>
* src/c++11/futex.cc: Do not define for gthr-single.h targets.
2015-02-01 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/64883
PR libstdc++/64883
* include/c_global/cstdio (gets): Use __deprecated__ attribute instead
* include/c_global/cstdio (gets): Use __deprecated__ attribute instead
of deprecated.
of deprecated.
...
...
libstdc++-v3/src/c++11/futex.cc
View file @
516db2dd
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
// <http://www.gnu.org/licenses/>.
// <http://www.gnu.org/licenses/>.
#include <bits/atomic_futex.h>
#include <bits/atomic_futex.h>
#if defined(_GLIBCXX_HAS_GTHREADS) && defined(_GLIBCXX_USE_C99_STDINT_TR1)
#if defined(_GLIBCXX_HAVE_LINUX_FUTEX) && ATOMIC_INT_LOCK_FREE > 1
#if defined(_GLIBCXX_HAVE_LINUX_FUTEX) && ATOMIC_INT_LOCK_FREE > 1
#include <chrono>
#include <chrono>
#include <climits>
#include <climits>
...
@@ -94,3 +95,4 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
...
@@ -94,3 +95,4 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
}
#endif
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment