Description
This is different than the 64-bit port in that it effects the public API. In particular there are functions which use 'int' where they should be using other types for things like sizes which could exceed 2^32, the 'int' size even on 64-bit linux. Specifically:
api/include/InkAPI.h: inkapi int INKfread(INKFile filep, void *buf, int length);
But a full review of the API should be conducted and the types updated. In this case inku64, ink_off_t or most likely size_t would
be more appropriate. All of these are 64-bit on 64-bit linux.
Attachments
Attachments
Issue Links
- is blocked by
-
TS-17 Expose atomic abstractions via InkAPI
-
- Closed
-