Re: [PATCH] cobalt/posix: fcntl: turn the generic argument into a long value

2018-12-05 Thread Jan Kiszka via Xenomai
On 05.12.18 16:29, Philippe Gerum wrote: In order to prevent unexpected truncation of pointer args in userland with the LP64 data model, libcobalt's fcntl() wrapper should accept a long (3rd) argument. Anticipate this change in the corresponding syscall implementation in the Cobalt core. The

Re: [PATCH] cobalt/posix: fcntl: turn the generic argument into a long value

2018-12-05 Thread Philippe Gerum via Xenomai
On 12/5/18 5:17 PM, Jan Kiszka wrote: > On 05.12.18 16:29, Philippe Gerum wrote: >> In order to prevent unexpected truncation of pointer args in userland >> with the LP64 data model, libcobalt's fcntl() wrapper should accept a >> long (3rd) argument. >> >> Anticipate this change in the

Re: [PATCH] cobalt/posix: fcntl: turn the generic argument into a long value

2018-12-05 Thread Jan Kiszka via Xenomai
On 05.12.18 16:29, Philippe Gerum wrote: In order to prevent unexpected truncation of pointer args in userland with the LP64 data model, libcobalt's fcntl() wrapper should accept a long (3rd) argument. Anticipate this change in the corresponding syscall implementation in the Cobalt core. The