summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-10-07 12:42:02 +0200
committerThomas Haller <thaller@redhat.com>2022-10-11 08:59:48 +0200
commit2f0808a6108c0bc8f8ec6192772494659c9a1288 (patch)
tree92b735918d64726315d8a4699c71bb398f1da11d
parent70fee1cf4613b1f7abc07322070f814d4d8020d5 (diff)
downloadNetworkManager-2f0808a6108c0bc8f8ec6192772494659c9a1288.tar.gz
std-aux: add _nm_always_inline for "__attribute__((__always_inline__))"
-rw-r--r--src/libnm-std-aux/nm-std-aux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-std-aux/nm-std-aux.h b/src/libnm-std-aux/nm-std-aux.h
index b404b835c5..1ff547d5dd 100644
--- a/src/libnm-std-aux/nm-std-aux.h
+++ b/src/libnm-std-aux/nm-std-aux.h
@@ -16,6 +16,7 @@
#define _nm_packed __attribute__((__packed__))
#define _nm_unused __attribute__((__unused__))
+#define _nm_always_inline __attribute__((__always_inline__))
#define _nm_used __attribute__((__used__))
#define _nm_pure __attribute__((__pure__))
#define _nm_const __attribute__((__const__))