summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-03 21:40:54 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-03 21:40:54 +0000
commit66a1addb000535c21d90f71701981e6b51e02c0d (patch)
tree20f6a720e26eff60e2fe2539f145f2efe508d940 /TOOLS
parentd1d9e92b7884946259bf7f45f183be6cd1b4ca58 (diff)
downloadmpv-66a1addb000535c21d90f71701981e6b51e02c0d.tar.bz2
mpv-66a1addb000535c21d90f71701981e6b51e02c0d.tar.xz
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
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 6dcb6c1b24..e4213ecf0b 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -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