api: implement FUNC_API_SINCE

This commit is contained in:
Björn Linse
2016-10-24 17:48:24 +02:00
parent 82f55503dd
commit da6f4c146e
7 changed files with 89 additions and 13 deletions

View File

@@ -186,6 +186,7 @@
# define FUNC_API_ASYNC
# define FUNC_API_NOEXPORT
# define FUNC_API_NOEVAL
# define FUNC_API_SINCE(X)
# define FUNC_ATTR_MALLOC REAL_FATTR_MALLOC
# define FUNC_ATTR_ALLOC_SIZE(x) REAL_FATTR_ALLOC_SIZE(x)
# define FUNC_ATTR_ALLOC_SIZE_PROD(x, y) REAL_FATTR_ALLOC_SIZE_PROD(x, y)