Project

General

Profile

Actions

Feature #8041

closed

ceph uses GCC-specific strerror_r; easy to make more portable

Added by Dan Mick about 10 years ago. Updated about 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
portability
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

GCC's strerror_r returns the string; the POSIX version returns success (the string is returned in the supplied buffer, just as in the GCC version). Nothing but portability to be gained by using the POSIX version, and it's already pretty isolated to cpp_strerror() anyway.

Actions #1

Updated by Dan Mick about 10 years ago

  • Tracker changed from Bug to Feature
Actions #2

Updated by Dan Mick about 10 years ago

  • Tags set to portability
Actions #3

Updated by Dan Mick about 10 years ago

  • Status changed from In Progress to Resolved

d0a7632a31258d0963dc5d4cf7502905cc8abfe7, merged into master at ab4a35f75eac161d2509e9e34853942fcc4ed6bb

Actions

Also available in: Atom PDF