Improve OpenBSD workaround

This commit is contained in:
Victor Zverovich
2023-11-07 09:24:33 -10:00
parent 52a99a67f7
commit 6b0082e6c7
2 changed files with 10 additions and 5 deletions
+1
View File
@@ -48,6 +48,7 @@
// Calls to system functions are wrapped in FMT_SYSTEM for testability.
#ifdef FMT_SYSTEM
# define FMT_HAS_SYSTEM
# define FMT_POSIX_CALL(call) FMT_SYSTEM(call)
#else
# define FMT_SYSTEM(call) ::call