Page MenuHomeFreeBSD

Add inline to errno.d for translating int to string
ClosedPublic

Authored by dteske on Feb 15 2018, 6:53 PM.
Tags
None
Referenced Files
F132477837: D14386.diff
Fri, Oct 17, 6:26 AM
Unknown Object (File)
Thu, Oct 16, 2:05 PM
Unknown Object (File)
Thu, Oct 16, 7:45 AM
Unknown Object (File)
Thu, Oct 16, 7:45 AM
Unknown Object (File)
Thu, Oct 16, 7:45 AM
Unknown Object (File)
Wed, Oct 15, 8:14 PM
Unknown Object (File)
Sat, Oct 11, 5:10 AM
Unknown Object (File)
Sun, Oct 5, 6:34 PM
Subscribers

Details

Summary

Gives DTrace scripts strerror(3) functionality.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15069
Build 15164: arc lint + arc unit

Event Timeline

markj added inline comments.
cddl/lib/libdtrace/errno.d
246

The convention elsewhere is to indent these lines with a tab. I don't feel strongly about whether it's a tab, 4 spaces, or no ws at all, but I'd prefer to keep things consistent.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 16 2018, 4:22 AM
This revision was automatically updated to reflect the committed changes.