Skip to content

Commit

Permalink
Fix warning in SYSTEM V locking functions
Browse files Browse the repository at this point in the history
(cherry picked from commit 53b3f40)
  • Loading branch information
bogdan-iancu committed May 25, 2016
1 parent 70e07ba commit 7b3bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/lock.c
Expand Up @@ -195,7 +195,7 @@ void lock_cleanup(void)
#else

/* remove the semaphore set from system */
void lock_cleanup()
void lock_cleanup(void)
{
/* that's system-wide; all other processes trying to use
the semaphore will fail! call only if it is for sure
Expand Down

0 comments on commit 7b3bd42

Please sign in to comment.