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
d4c67b6e
Commit
d4c67b6e
authored
May 03, 2003
by
Loren J. Rittle
Committed by
Loren J. Rittle
May 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/thread/pthread1.cc: Remove special case for FreeBSD.
From-SVN: r66418
parent
28068c2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/testsuite/thread/pthread1.cc
+0
-8
No files found.
libstdc++-v3/ChangeLog
View file @
d4c67b6e
2003-05-03 Loren J. Rittle <ljrittle@acm.org>
* testsuite/thread/pthread1.cc: Remove special case for FreeBSD.
2003-05-02 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (CLEANFILES): Remove PCH files in target
...
...
libstdc++-v3/testsuite/thread/pthread1.cc
View file @
d4c67b6e
...
...
@@ -124,14 +124,6 @@ main (int argc, char** argv)
{
pthread_join
(
prod
[
i
],
NULL
);
pthread_join
(
cons
[
i
],
NULL
);
#if defined(__FreeBSD__) && __FreeBSD__ < 5
// These lines are not required by POSIX since a successful
// join is suppose to detach as well...
pthread_detach
(
prod
[
i
]);
pthread_detach
(
cons
[
i
]);
// ...but they are according to the FreeBSD 4.X code base
// or else you get a memory leak.
#endif
delete
tq
[
i
];
}
}
...
...
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