Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c08fb05d
...
c08fb05ddf62c36dc43e88c61e71588937202855
authored
2003-02-03 11:30:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[!WITH_PTHREAD] (STATIC_UNLOCK): expand to empty string to avoid spurious warnings
1 parent
a714320b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/monitor.c
mailbox/monitor.c
View file @
c08fb05
...
...
@@ -41,7 +41,7 @@ pthread_mutex_t monitor_lock = PTHREAD_MUTEX_INITIALIZER;
# define STATIC_UNLOCK(m) pthread_mutex_unlock(m)
#else
# define STATIC_LOCK(m) 0
# define STATIC_UNLOCK(m)
0
# define STATIC_UNLOCK(m)
int
monitor_lock
;
#endif
...
...
Please
register
or
sign in
to post a comment