unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Deprecate 32-bit off_t support
@ 2019-01-04 12:39 Florian Weimer
  2019-01-04 12:45 ` Siddhesh Poyarekar
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Florian Weimer @ 2019-01-04 12:39 UTC (permalink / raw)
  To: libc-alpha; +Cc: Siddhesh Poyarekar

diff --git a/NEWS b/NEWS
index cc20102fda..2f601c6217 100644
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,15 @@ Deprecated and removed features, and other changes affecting compatibility:
   as all functions that call vscanf, vfscanf, or vsscanf are annotated with
   __attribute__ ((format (scanf, ...))).
 
+* A future release of glibc will use a 64-bit off_t type on all
+  architectures (as currently available with -D_FILE_OFFSET_BITS=64 on
+  32-bit architectures).  Building new applications with
+  -D_FILE_OFFSET_BITS=32 will no longer be supported.  The off64_t type and
+  the 64-bit function aliases (such as fstat64) will remain available under
+  the appropriate feature test macros.  In preparation, libraries should
+  stop using off_t in public header files, and use off64_t (or a fixed-width
+  type such as int64_t or uint64_t) instead.
+
 Changes to build and runtime requirements:
 
 * Python 3.4 or later is required to build the GNU C Library.

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-01-18 14:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 12:39 [PATCH] Deprecate 32-bit off_t support Florian Weimer
2019-01-04 12:45 ` Siddhesh Poyarekar
2019-01-04 12:50   ` Siddhesh Poyarekar
2019-01-04 12:58     ` Florian Weimer
2019-01-04 16:13       ` Siddhesh Poyarekar
2019-01-04 16:39   ` Joseph Myers
2019-01-04 13:15 ` Szabolcs Nagy
2019-01-04 13:46   ` Szabolcs Nagy
2019-01-07 18:25   ` Florian Weimer
2019-01-07 22:17     ` Joseph Myers
2019-01-08  0:06       ` Paul Eggert
2019-01-08  8:08       ` Florian Weimer
2019-01-17 21:29 ` Guillem Jover
2019-01-18 10:09   ` Florian Weimer
2019-01-18 14:11     ` Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).