]> granicus.if.org Git - python/commit
#15965: Explicitly cast AT_FDCWD as (int).
authorTrent Nelson <trent@trent.me>
Wed, 19 Sep 2012 01:50:06 +0000 (21:50 -0400)
committerTrent Nelson <trent@trent.me>
Wed, 19 Sep 2012 01:50:06 +0000 (21:50 -0400)
commit9a46105a897f6a4d6e2cf74cdb215d934fab76d9
treeebebe7b0a27de63e3d808e55b0ab0dd69e159da8
parent1da769a30295eb9e4acb5367b49c7cb21ca255cb
#15965: Explicitly cast AT_FDCWD as (int).

Required on Solaris 10 (which defines AT_FDCWD as 0xffd19553),
harmless on other platforms.
Misc/NEWS
Modules/posixmodule.c