libsysprof-capture: add availability macros

This commit is contained in:
Christian Hergert
2019-05-08 10:12:36 -07:00
parent 6ba408f073
commit d9d572b557
6 changed files with 74 additions and 17 deletions

View File

@ -20,10 +20,11 @@
#pragma once
#include <glib.h>
#include "sysprof-version-macros.h"
G_BEGIN_DECLS
SYSPROF_AVAILABLE_IN_ALL
int sp_memfd_create (const gchar *desc);
G_END_DECLS