diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-19 14:54:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-19 14:54:44 +0000 |
commit | 15eda3d33f9e1160d438d370acd442ef3dbba63f (patch) | |
tree | 88f50dd23414f9bee659a6438fa62131825d072d /src/sysdeps/tryancilautoclose.c | |
parent | 332d4cbc24ab82cc77bccb0ce2c158c5e86a8fac (diff) | |
download | skalibs-15eda3d33f9e1160d438d370acd442ef3dbba63f.tar.xz |
Add DragonFly macro; remove nbwaitall and ancilautoclose
Diffstat (limited to 'src/sysdeps/tryancilautoclose.c')
-rw-r--r-- | src/sysdeps/tryancilautoclose.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sysdeps/tryancilautoclose.c b/src/sysdeps/tryancilautoclose.c deleted file mode 100644 index 4cb08b3..0000000 --- a/src/sysdeps/tryancilautoclose.c +++ /dev/null @@ -1,12 +0,0 @@ -/* ISC license. */ - - /* - * It's actually false everywhere. - * Not removing the test for now because it would mean editing all the - * places where the test happens. Will remove it later. - */ - -int main (void) -{ - return 1 ; -} |