This is an archive of the discontinued LLVM Phabricator instance.

[Tsan] Fix references to libc entities in tsan_interceptors.cc on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Oct 8 2014, 4:07 AM.

Diff Detail

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Tsan] Fix references to libc entities in tsan_interceptors.cc on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
emaste added inline comments.Oct 8 2014, 8:00 AM
lib/tsan/rtl/tsan_interceptors.cc
2256

FreeBSD has mallctl() as a rough analog if tuning is needed.

samsonov accepted this revision.Oct 8 2014, 2:02 PM
samsonov added a reviewer: dvyukov.

+Dmitry

Looks fine.

This revision is now accepted and ready to land.Oct 8 2014, 2:02 PM

FreeBSD has mallctl() as a rough analog if tuning is needed.

Seems like it works fine as-is. But thanks for pointing it out!

Diffusion closed this revision.Oct 9 2014, 2:06 AM
Diffusion updated this revision to Diff 14636.

Closed by commit rL219395 (authored by vkutuzov).