Skip to content

Commit

Permalink
Added qnx in the posix test section of platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
klausholstjacobsen committed Sep 3, 2023
1 parent 396ef5b commit 839c793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extern "C" {
*/
# elif !defined(_WIN32) \
&& ( defined(__unix__) || defined(__unix) \
|| defined(__midipix__) || defined(__VMS) || defined(__HAIKU__) )
|| defined(_QNX_SOURCE) || defined(__midipix__) || defined(__VMS) || defined(__HAIKU__) )

# if defined(__linux__) || defined(__linux) || defined(__CYGWIN__)
# ifndef _POSIX_C_SOURCE
Expand Down

0 comments on commit 839c793

Please sign in to comment.