Created attachment 157884 [details] Kernel header file patch Rename __weak macro to __weak_symbol to avoid a language conflict with objective-C. Suggested by: theraven@ MFC after: 1 week
Please provide a patch relative to the src tree, not the kernel tree
Created attachment 157926 [details] Kernel header file patch
(In reply to Antoine Brodin from comment #1) Done.
Take for exp-run
Exp-run results: http://package18.nyi.freebsd.org/jail.html?mastername=headamd64PR200972-default 0 new failure
A commit references this bug: Author: hselasky Date: Tue Jun 23 22:40:23 UTC 2015 New revision: 284743 URL: https://svnweb.freebsd.org/changeset/base/284743 Log: Rename __weak to __weak_symbol to avoid language conflict with objective-C. PR: 200972 (exp-run) Suggested by: theraven@ MFC after: 3 days Changes: head/sys/sys/cdefs.h head/sys/sys/linker_set.h
A commit references this bug: Author: hselasky Date: Fri Jun 26 21:35:37 UTC 2015 New revision: 284880 URL: https://svnweb.freebsd.org/changeset/base/284880 Log: MFC r284743: Rename __weak to __weak_symbol to avoid language conflict with objective-C. PR: 200972 (exp-run) Suggested by: theraven@ Changes: _U stable/10/ stable/10/sys/sys/cdefs.h stable/10/sys/sys/linker_set.h