mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-08 13:07:17 +00:00
meson: Remove some useless checks
Do not check for functions not used or available in C89 and earlier. Autoconf check for them to support archaic systems. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
387d1842d1
commit
81e2092fc7
@ -77,11 +77,6 @@ endforeach
|
||||
# check for system functions
|
||||
#
|
||||
functions = ['alloca',
|
||||
'dup2',
|
||||
'floor',
|
||||
'fork',
|
||||
'memmove',
|
||||
'memset',
|
||||
'sigaction',
|
||||
'drand48']
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user