aboutsummaryrefslogtreecommitdiff
path: root/coreutils/libcoreutils/getopt_mk_fifo_nod.c
AgeCommit message (Collapse)Author
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
definitions. (That should only be on prototypes.)
2006-01-25just whitespaceTim Riker
2005-10-06to bb_getopt_ulflags()"Vladimir N. Oleynik"
2003-03-19Major coreutils update.Manuel Novoa III