Skip to content

Commit af7615a

Browse files
authored
Add missing underscore (#37)
1 parent 7b502b7 commit af7615a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libblastrampoline.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626
# endif
2727
# define LBT_HIDDEN
2828
#else
29-
# if defined(LIBRARY_EXPORTS) && defined(_OS_LINUX)
29+
# if defined(LIBRARY_EXPORTS) && defined(_OS_LINUX_)
3030
# define LBT_DLLEXPORT __attribute__ ((visibility("protected")))
3131
# else
3232
# define LBT_DLLEXPORT __attribute__ ((visibility("default")))
@@ -190,4 +190,4 @@ LBT_DLLEXPORT int32_t lbt_set_forward(const char * symbol_name, const void * add
190190

191191
#ifdef __cplusplus
192192
} // extern "C"
193-
#endif
193+
#endif

0 commit comments

Comments
 (0)