Actions
Bug #3052
closeduname compatibility should be implemented with redefine_extname
Start date:
2012-08-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
At present, utsname.h contains two static function implementations of uname() and _uname() used to deal with binary compatibility. It is much nicer on everyone involved if we implement this in the same manner as our largefile support, using redefine_extname (where present), and #define where not.
Studio and GCC (unpatched) both implement redefine_extname, so in almost all cases we will take that path.
Updated by Rich Lowe over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Difficulty changed from Medium to Bite-size
Resolved in r13816 commit:38db9df20f58
Actions