You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/05 14:43:40 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #965: fs: Remove all LIBC_IOCTL_VARIADIC related stuff

patacongo edited a comment on pull request #965:
URL: https://github.com/apache/incubator-nuttx/pull/965#issuecomment-624097349


   This would not work, for example, on 8-bit MCUs where sizeof(uintptr_t) == 2, sizeof(int) == 2, but sizeof(unsigned long) == 4.  But those won't use system calls anyway.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org