svn commit: r268137 - head/sys/sys

Hans Petter Selasky hps at selasky.org
Fri Jun 19 14:39:26 UTC 2015


On 06/19/15 16:32, Marcelo Araujo wrote:
> 2015-06-19 22:29 GMT+08:00 Hans Petter Selasky <hps at selasky.org>:
>
>> On 06/19/15 16:22, David Chisnall wrote:
>>
>>>> Right - can you explain why it is ending up in your ObjC code?
>>>>
>>> Because it’s in cdefs.h, which is included by*every single userspace C
>>> header*.  cdefs.h must work with all C-family languages.
>>>
>>> David
>>>
>>>
>> Hi David,
>>
>> My buildworld and buildkernel has just successfully completed. I'll rename
>> the define and its clients in -current shortly. Will be MFC'ed to 10-stable
>> in 1 weeks time, so that any errors out there in ports will show up. Is
>> this fine by you?
>>
>> Instead of __weak it will be __weak_symbol . Googled a bit about
>> __weak_symbol and it seems to be free.
>>
>>
> Hi,
>
> Maybe would be a good idea run an 'exp run' with this patch? Just to double
> check if any port will break, although after you rename, I don't believe it
> will conflict anymore, however an 'exp run' would show you it.
>
>
> Best Regards,
>

Hi,

Here is a PR and a patch. Let's move the discussion over there if any 
further issues:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200972

--HPS


More information about the svn-src-head mailing list