Ticket #506: getopt.patch
File getopt.patch, 264 bytes (added by , 12 years ago) |
---|
-
uspace/lib/c/generic/
old new 473 473 if (idx) 474 474 *idx = match; 475 475 } 476 place = EMSG; 476 477 return retval; 477 478 #undef IDENTICAL_INTERPRETATION 478 479 }