add functions that are not specifically marked as being deprecated or obsolete,

but which are dangerous to use (possible race conditions, undefined filemode,
et cetera; use tmpfile(3) instead).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25287 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2007-12-03 21:40:54 +00:00
parent d1d9e92b78
commit 66a1addb00
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ if [ "$_depr" = "yes" -a -n "$chfilelist" ]; then
valloc re_comp re_exec drem dremf dreml rexec svc_getreq sigset \
sighold sigrelse sigignore sigvec sigmask sigblock sigsetmask \
siggetmask ualarm ulimit usleep statfs fstatfs ustat get_kernel_syms \
query_module sbrk
query_module sbrk tempnam tmpnam mktemp mkstemp
do
printhead "--> $i()"
grep $_grepopts "[^a-zA-Z0-9]$i[ $TAB]*(" $chfilelist