mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
AIX splice() is something different
AIX does provide the splice() symbol, but this does have different signature and usecase than what Linux may provide. https://bugzilla.gnome.org/show_bug.cgi?id=712314
This commit is contained in:
parent
efb1701bf3
commit
1f0573d2e6
@ -1029,6 +1029,7 @@ AC_CHECK_FUNCS(lstat strerror strsignal memmove vsnprintf stpcpy strcasecmp strn
|
||||
AC_CHECK_FUNCS(chown lchmod lchown fchmod fchown link utimes getgrgid getpwuid getresuid)
|
||||
AC_CHECK_FUNCS(getmntent_r setmntent endmntent hasmntopt getfsstat getvfsstat fallocate)
|
||||
# Check for high-resolution sleep functions
|
||||
case $host_os in aix*) ac_cv_func_splice=no ;; esac # AIX splice() is something else
|
||||
AC_CHECK_FUNCS(splice)
|
||||
AC_CHECK_FUNCS(prlimit)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user