mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
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:
parent
d1d9e92b78
commit
66a1addb00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user