Page 1 of 1

access()

Posted: Wed Nov 15, 2017 4:38 pm
by Gfast2
I believe I can not use access in unistd.h neither:

Code: Select all

int	_EXFUN(access,(const char *__path, int __amode ));
Cheers

Gfast2

Re: access()

Posted: Wed Nov 15, 2017 5:41 pm
by kolban
Have a look at this issue ... I think this is what we are discussing.

https://github.com/espressif/esp-idf/issues/1085

Neil

Re: access()

Posted: Wed Nov 15, 2017 7:26 pm
by Gfast2
kolban wrote:Have a look at this issue ... I think this is what we are discussing.

https://github.com/espressif/esp-idf/issues/1085

Neil
Howdy Kolban,

Yes, it is. I think there are still some issue about POSIX functions out there! Didn't saw your issue post Github. Thanks for your reference!

Cheers

Gfast2