Update xerbla.c

This commit is contained in:
Martin Kroeker 2021-04-17 22:23:47 +02:00 committed by GitHub
parent 7b0338e56f
commit 6b65e456e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <string.h>
#include <stdarg.h>
#include "common.h"
__attribute__((weak))
void CNAME(blasint p, char *rout, char *form, ...)
{
va_list args;