Re: recent gnulib has problems with read, write and close within structs

2020-09-14 Thread Joël Krähemann
sorry, just didn't understand it correctly. I am going to try for the next release. On Mon, Sep 14, 2020 at 8:54 PM Bruno Haible wrote: > > Joël Krähemann wrote: > > How can I fix it in my code? > > What do you mean? Does this fix not work? > <https://lists.gnu.org

Re: recent gnulib has problems with read, write and close within structs

2020-09-14 Thread Joël Krähemann
or FITNESS FOR A PARTICULAR PURPOSE. On Mon, Sep 14, 2020 at 6:15 PM Bruno Haible wrote: > > Joël Krähemann wrote: > > I would be interested in why it was working prior? > > Prior, Gnulib did '#define write rpl_write' only when > - the Gnulib module 'w

Re: recent gnulib has problems with read, write and close within structs

2020-09-14 Thread Joël Krähemann
I would be interested in why it was working prior? On Sun, Sep 13, 2020 at 11:11 PM Bruno Haible wrote: > > Hi Joël, > > > Because recent gnulib has problems with read, write and close as > > struct fields. I am still using: > > > > gnulib$ git log > > commit 2d431ac35c4943a3655c07ba91870d2323321

Re: recent gnulib has problems with read, write and close within structs

2020-09-13 Thread Joël Krähemann
thank you. On Sun, Sep 13, 2020 at 11:11 PM Bruno Haible wrote: > > Hi Joël, > > > Because recent gnulib has problems with read, write and close as > > struct fields. I am still using: > > > > gnulib$ git log > > commit 2d431ac35c4943a3655c07ba91870d2323321b43 (HEAD -> master, > > origin/master,

recent gnulib has problems with read, write and close within structs

2020-09-13 Thread Joël Krähemann
Hi, Because recent gnulib has problems with read, write and close as struct fields. I am still using: gnulib$ git log commit 2d431ac35c4943a3655c07ba91870d2323321b43 (HEAD -> master, origin/master, origin/HEAD) Here is my code: https://git.savannah.nongnu.org/cgit/gsequencer.git/tree/ags/object