efl: remove lstat and fchmod checks.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 31 Dec 2012 18:18:00 +0000 (18:18 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 31 Dec 2012 18:18:00 +0000 (18:18 +0000)
commit8ba0561e49183a1421e4eaf5f93d2551d48daae2
treecf67aded3d5d4b813c28a9d9de2f4364ed846a58
parent66ebe6a3f8900173cd706dd03d22624f116b8205
efl: remove lstat and fchmod checks.

 - fchmod() was isolated by HAVE_CHMOD, which was always present
   before... then fchmod() is also present as no errors were reported
   since its introduction.

 - fchmod() is POSIX for a while now.

 - lstat() is POSIX for a while now.

 - setxattr is supported by EFL_CHECK_FUNCS() as is used by eina.

 - splice() check added to EFL_CHECK_FUNCS()

SVN revision: 81938
configure.ac
m4/efl_check_funcs.m4
src/lib/eio/eio_file.c
src/lib/eio/eio_single.c