GNOME Bugzilla – Bug 792856
off64_t isn't a part of C standard
Last modified: 2018-02-02 08:30:13 UTC
In the documentation of goffset, off64_t is said to be a part of C99, which really is not. off_t is a part of POSIX standard[0]. I couldn't find any official documentation that states off64_t. In any case, it is wrong to say that it's a standard of C99. [0] http://pubs.opengroup.org/onlinepubs/009696699/basedefs/sys/types.h.html
Created attachment 367383 [details] [review] docs: Clarify the definition of goffset off64_t doesn’t exist in any standard (definitely not C99), and so goffset is actually closer to off_t in 64-bit mode. However, goffset is always defined as gint64, so make that clear. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Review of attachment 367383 [details] [review]: sure
Merged to master, thanks for the review! Attachment 367383 [details] pushed as 3859293 - docs: Clarify the definition of goffset