Re: [R-pkg-devel] header file for "flockfile" function under windows

2018-02-21 Thread Dirk Eddelbuettel
On 20 February 2018 at 20:56, Carmen M. Livi wrote: | I am using file-locking functions in C that can be found in the | in Unix | | extern void flockfile (FILE *__stream) __THROW; | extern int ftrylockfile (FILE *__stream) __THROW __wur; | extern void funlockfile (FILE *__stream) __THROW; | |

[R-pkg-devel] header file for "flockfile" function under windows

2018-02-20 Thread Carmen M. Livi
Hi all, I am using file-locking functions in C that can be found in the in Unix extern void flockfile (FILE *__stream) __THROW; extern int ftrylockfile (FILE *__stream) __THROW __wur; extern void funlockfile (FILE *__stream) __THROW; When submitting to CRAN I have troubles with the win-builder