shithub: pc

Download patch

ref: ee9fff6ef4e8d3fc989392791c5752f1f832f210
parent: 25251bab5307ad72727f0229f88c36fb2620ace7
author: Sigrid Solveig Haflínudóttir <[email protected]>
date: Thu May 19 18:57:42 EDT 2022

includes: it's __linux__, not linux

--- a/include/dtos.h
+++ b/include/dtos.h
@@ -1,4 +1,4 @@
-#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) || defined(__sun) || defined(sun) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__EMSCRIPTEN__)
+#if defined(__linux__) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) || defined(__sun) || defined(sun) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__EMSCRIPTEN__)
 #	include "unix.h"
 #	ifdef __APPLE__
 #		define panic dt_panic