missing glibc #defines in getopt.h

Joel Sherrill joel.sherrill@oarcorp.com
Wed Oct 15 21:45:00 GMT 2008


Hi,

I am porting some code from Linux to RTEMS
and noticed that the following values for
"has_arg" are not included in the newlib
getopt.h.


# define no_argument            0
# define required_argument      1
# define optional_argument      2

It is easy enough to add them but do they need
to protected by an ifdef of any sort?

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985




More information about the Newlib mailing list