Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
405b8f1a
Commit
405b8f1a
authored
Aug 13, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed not needed comment (to keep aligned with the rest of the code)
parent
83417dd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mysys/my_pthread.c
mysys/my_pthread.c
+1
-2
No files found.
mysys/my_pthread.c
View file @
405b8f1a
...
@@ -435,9 +435,8 @@ int my_pthread_cond_timedwait(pthread_cond_t *cond,
...
@@ -435,9 +435,8 @@ int my_pthread_cond_timedwait(pthread_cond_t *cond,
pthread_mutex_trylock returns 1 on success, not 0 like
pthread_mutex_trylock returns 1 on success, not 0 like
pthread_mutex_lock
pthread_mutex_lock
*/
*/
/* We defined pthread_mutex_trylock as a macro in my_pthread.h, we have
to undef it here to prevent infinite recursion! */
#undef pthread_mutex_trylock
#undef pthread_mutex_trylock
int
my_pthread_mutex_trylock
(
pthread_mutex_t
*
mutex
)
int
my_pthread_mutex_trylock
(
pthread_mutex_t
*
mutex
)
{
{
int
error
=
pthread_mutex_trylock
(
mutex
);
int
error
=
pthread_mutex_trylock
(
mutex
);
...
...
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