mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
Okay, maybe FreeBSD will like this better.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,4 +53,10 @@
|
||||
#define attribute_malloc
|
||||
#endif
|
||||
|
||||
#if HAVE_ATTRIBUTE_sentinel
|
||||
#define attribute_sentinel __attribute__((sentinel))
|
||||
#else
|
||||
#define attribute_sentinel
|
||||
#endif
|
||||
|
||||
#endif /* _ASTERISK_COMPILER_H */
|
||||
|
Reference in New Issue
Block a user