diff options
| author | Simon Rettberg | 2020-07-27 12:56:35 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2020-07-27 12:56:35 +0200 |
| commit | 1f212fa1fd0a381b42175dc1bac79baa164e1e45 (patch) | |
| tree | 7d911d7fe40817cbb433acebc3ed735eafe9c6df /src/shared/fdsignal.c | |
| parent | [FUSE] Tweak timeout values to prevent stale status file (diff) | |
| parent | [SERVER] Fix: NULL pointer access in saveLoadAllCacheMaps() (diff) | |
| download | dnbd3-1f212fa1fd0a381b42175dc1bac79baa164e1e45.tar.gz dnbd3-1f212fa1fd0a381b42175dc1bac79baa164e1e45.tar.xz dnbd3-1f212fa1fd0a381b42175dc1bac79baa164e1e45.zip | |
Merge branch 'no-working-flag' into fuse_ll
Diffstat (limited to 'src/shared/fdsignal.c')
| -rw-r--r-- | src/shared/fdsignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fdsignal.c b/src/shared/fdsignal.c index 5e5cf7f..087b6f1 100644 --- a/src/shared/fdsignal.c +++ b/src/shared/fdsignal.c @@ -1,6 +1,6 @@ #include "fdsignal.h" -#if defined(linux) || defined(__linux) || defined(__linux__) +#if defined(__linux__) //#warning "Using eventfd based signalling" #include "fdsignal.inc/eventfd.c" #elif __SIZEOF_INT__ == 4 && __SIZEOF_POINTER__ == 8 |
