Displaying 1 result from an estimated 1 matches for "posix_tmpnam".
Did you mean:
posix_tempnam
2010 Oct 05
4
upgrade python to python2.6.4 using yum
...le.o Modules/zipimport.o
Modules/symtablemodule.o Modules/xxsubtype.o
ranlib libpython2.6.a
gcc -pthread -Xlinker -export-dynamic -o python \
Modules/python.o \
libpython2.6.a -lpthread -ldl -lutil -lm
libpython2.6.a(posixmodule.o): In function `posix_tmpnam':
/tmp/Python-2.6.4/./Modules/posixmodule.c:7180: warning: the use of
`tmpnam_r' is dangerous, better use `mkstemp'
libpython2.6.a(posixmodule.o): In function `posix_tempnam':
/tmp/Python-2.6.4/./Modules/posixmodule.c:7135: warning: the use of
`tempnam' is dangerous, better use...