Skip to content
Snippets Groups Projects
Commit a4579ec1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

I *think* this is "FreeBSD or Solaris"...

Nobody will really care though.
parent d0e0e8c9
No related branches found
No related tags found
No related merge requests found
Pipeline #7404 passed
...@@ -1210,7 +1210,7 @@ void unix_beep(int freq, int dur) ...@@ -1210,7 +1210,7 @@ void unix_beep(int freq, int dur)
} }
#endif #endif
#if !defined(__GNU__) && !defined(__QNX__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__CYGWIN__) && !defined(__HAIKU__) && !defined(__EMSCRIPTEN__) #if defined(__FreeBSD__) || defined(__solaris__)
static int console_fd=-1; static int console_fd=-1;
if(console_fd == -1) if(console_fd == -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment