]> granicus.if.org Git - python/commit
Silence gcc warnings when trying to print an off_t using "lld", on platforms
authorMark Dickinson <dickinsm@gmail.com>
Tue, 27 Oct 2009 21:48:20 +0000 (21:48 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 27 Oct 2009 21:48:20 +0000 (21:48 +0000)
commitbf1039d98ceb3dedfe98b8ae8c711db3e67f3e11
treea59301c056b1e0b6a068145cf4c5529938968883
parent8aea0509118f31e6dcd7538db8adafc8ec292d4e
Silence gcc warnings when trying to print an off_t using "lld", on platforms
where off_t has type long (e.g., 64-bit Linux).
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c