devname, devname_r - get device name
Sponsored by <The NetBSD Foundation>
Paths
| Differential D42053
Add new NetBSD interceptors: devname(3), devname_r(3) ClosedPublic Authored by krytarowski on Jan 15 2018, 1:15 AM.
Details Summary devname, devname_r - get device name Sponsored by <The NetBSD Foundation>
Diff Detail
Event Timelinevitalybuka added inline comments.
This revision is now accepted and ready to land.Feb 2 2018, 10:35 AM
Closed by commit rL324120: Add new NetBSD interceptors: devname(3), devname_r(3) (authored by kamil). · Explain WhyFeb 2 2018, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 132597 lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
test/sanitizer_common/TestCases/NetBSD/devname.cc
test/sanitizer_common/TestCases/NetBSD/devname_r.cc
|
here and above
// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck