]> granicus.if.org Git - python/commit
Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R
authorGreg Ward <gward@python.net>
Wed, 1 Mar 2000 21:51:56 +0000 (21:51 +0000)
committerGreg Ward <gward@python.net>
Wed, 1 Mar 2000 21:51:56 +0000 (21:51 +0000)
commitb48bc17d10fa53c7ccbcca5597ee4bdb8754973e
tree355410253d73c75176611a0026e6fc010328832e
parent9217fcbb38887f2d0a25fb798d4df5fa9edcd797
Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R
and USE_TMPNAM_R at the top of the file and refer to them later; this
catches a second reference to 'tmpnam_r' that I didn't spot first time around.
Modules/posixmodule.c