Actions
Bug #8369
closedlibcmdutils should be better about large file support
Start date:
2017-06-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Currently consumers of libcmdutils must define _FILE_OFFSET_BITS=64 lest lint become quite irate. It should also support consumers who use _LARGEFILE64_SUPPORT. This is needed for issue #640 since swap cannot use _FILE_OFFSET_BITS=64 without making swapctl(2) lf64 aware (which is otherwise unnecessary).
Updated by Jason King about 5 years ago
- Category set to lib - userland libraries
- Assignee set to Jason King
Updated by Electric Monk about 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit d1151f9bab097777251f26772ebcc50468637a12
commit d1151f9bab097777251f26772ebcc50468637a12 Author: Jason King <jason.brian.king@gmail.com> Date: 2017-06-12T22:53:07.000Z 8369 libcmdutils should be better about large file support 8370 libcmdutils needlessly defines its own OFFSETOF() macro Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions