Modernize obsolete inline order

This commit is contained in:
TGY
2023-08-16 00:48:40 +02:00
parent 562ef5fdca
commit b5ba95a6c0
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
void *qalloc(int flags, size_t bytes);
static void INLINE blas_lock(volatile unsigned long *address){
static INLINE void blas_lock(volatile unsigned long *address){
long int ret, val = 1;