summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/macros.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-11-27 14:02:49 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2015-11-27 14:02:49 +0100
commit28f24d3dad1844af316337d565ba2ebc11c8ce97 (patch)
treedf95984a073950889f3ae38342bce7d0ef772901 /apt-pkg/contrib/macros.h
parenta95619d0ee778632cdad5bcf698a4bb88fab5676 (diff)
appease adequate with some weak symbols for -private
Closes: #806422
Diffstat (limited to 'apt-pkg/contrib/macros.h')
-rw-r--r--apt-pkg/contrib/macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h
index afa385c75..c361bded1 100644
--- a/apt-pkg/contrib/macros.h
+++ b/apt-pkg/contrib/macros.h
@@ -76,12 +76,14 @@
#define APT_PURE __attribute__((pure))
#define APT_NORETURN __attribute__((noreturn))
#define APT_PRINTF(n) __attribute__((format(printf, n, n + 1)))
+ #define APT_WEAK __attribute__((weak));
#else
#define APT_DEPRECATED
#define APT_CONST
#define APT_PURE
#define APT_NORETURN
#define APT_PRINTF(n)
+ #define APT_WEAK
#endif
#if APT_GCC_VERSION > 0x0302