diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-04-21T15·39+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21T15·39+0200 |
commit | 169edf94072c92f9a6148838c50c92350c5bc183 (patch) | |
tree | b046be4ff1c5a88d4b404bea68bf01aaf28699a9 /src/libutil/util.hh | |
parent | 749696e71c9d637a36ab09a1368dff01b2b1bda8 (diff) | |
parent | 804ac524891ead6aa70e27c093686b71391ea232 (diff) |
Merge pull request #1352 from corngood/cygwin-fixes
Cygwin fixes
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 121423cdaa3d..ae40dcd4cd2d 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -267,7 +267,7 @@ void closeOnExec(int fd); extern bool _isInterrupted; -extern thread_local bool interruptThrown; +void setInterruptThrown(); void _interrupted(); |