Kinsey Moore started a new discussion on cpukit/posix/src/mmap.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/826#note_135781

 >    struct stat     sb;
 >    mmap_mapping   *mapping;
 >    mmap_mapping   *current_mapping;
 > -  ssize_t         r;
 > +  size_t          r;

`read()` returns ssize_t which is assigned to `r`. The type change needs to 
occur elsewhere.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/826#note_135781
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to