[Asterisk-code-review] loader: Remove global symbol only startup phase. (asterisk[master])
Corey Farrell
asteriskteam at digium.com
Wed Jan 17 16:13:34 CST 2018
Corey Farrell has posted comments on this change. ( https://gerrit.asterisk.org/7986 )
Change subject: loader: Remove global symbol only startup phase.
......................................................................
Patch Set 1:
> So is this new method used in the oldest OS's we support? CentOS,
> MacOS?
The new method replaced the old method. The only "special" compiler support it requires is __attribute__((constructor)) and __attribute__((destructor)). Both of those attributes are required for modules to work at all so OPTIONAL_API does not introduce any new requirements.
--
To view, visit https://gerrit.asterisk.org/7986
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I33e3174d67f3b4552d3d536326dcaf0ebabb097d
Gerrit-Change-Number: 7986
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Comment-Date: Wed, 17 Jan 2018 22:13:34 +0000
Gerrit-HasComments: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180117/9f202afd/attachment-0001.html>
More information about the asterisk-code-review
mailing list