From 39cdbe6a3cd9faea24822b1a4cf8a91a9fe008a8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 22 Jul 2026 00:07:43 +0200 Subject: [PATCH] expose openblas_set_xerbla --- driver/others/xerbla.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/xerbla.c b/driver/others/xerbla.c index c7cc69b82..8e2110c91 100644 --- a/driver/others/xerbla.c +++ b/driver/others/xerbla.c @@ -73,7 +73,7 @@ static void openblas_xerbla_default(const char *message, const blasint *info, static openblas_xerbla_handler openblas_xerbla = openblas_xerbla_default; static volatile BLASULONG openblas_xerbla_lock = 0; -openblas_xerbla_handler +OPENBLAS_EXPORT openblas_xerbla_handler openblas_set_xerbla(openblas_xerbla_handler handler) { openblas_xerbla_handler previous;