bug#18592: FFI should have portable access to ‘errno’

2016-02-18 Thread Nala Ginrut
Hi folks! Is there still any problem with the previous patch? Could it be applied now? If anyone think there's problem in it, I'm glad to work for it. Please don't hesitate to tell, since I need this feature very much. Thanks!

bug#18592: FFI should have portable access to ‘errno’

2016-02-18 Thread Mark H Weaver
Nala Ginrut writes: > Is there still any problem with the previous patch? Yes. I'm sorry, but we were failing to communicate and I did not have time to continue trying, so instead I made my own patch, attached below. Can you try this patch, and tell me if it does what you need? Thanks,

bug#18592: FFI should have portable access to ‘errno’

2016-02-18 Thread Nala Ginrut
I think it's OK to try this: (pointer->procedure int (dynamic-func "epoll_create" (dynamic-link)) '() #:return-errno? #t) And I'm fine with the patch, could you push it please? Thank you very much! On Thu, 2016-02-18 at 08:30 -0500, Mark H Weaver wrote: > Nala Ginrut writes: > > Is there still