Skip to content

Commit

Permalink
Fix thread name setting
Browse files Browse the repository at this point in the history
Because of a typo, thread names no longer appeared in the overview.

This was broken in 51ed9ec.
  • Loading branch information
laanwj committed Aug 12, 2014
1 parent a38a98c commit 76c49c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#ifndef WIN32
// for posix_fallocate
#ifdef __linux_
#ifdef __linux__

#ifdef _POSIX_C_SOURCE
#undef _POSIX_C_SOURCE
Expand All @@ -26,7 +26,7 @@
#define _POSIX_C_SOURCE 200112L
#include <sys/prctl.h>

#endif
#endif // __linux__

#include <algorithm>
#include <fcntl.h>
Expand Down

0 comments on commit 76c49c4

Please sign in to comment.