Gedare Bloom started a new discussion on cpukit/libcsupport/src/getgrent.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1250#note_150561

 > +      return 1;
 > +    }
 > +
 > +    if (!isspace((unsigned char) *line)) {
 > +      return 0;
 > +    }
 >  
 > -  return pthread_getspecific(grp_key);
 > +    ++line;
 > +  }
 > +
 > +  return 1;
 >  }
 >  
 > -struct group *getgrent(void)
 > +static int group_read_line(

same here. add some comments to explain

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1250#note_150561
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