Home | History | Annotate | Line # | Download | only in rtldef
      1  1.1  mrg /*  DO NOT EDIT THIS FILE.
      2  1.1  mrg 
      3  1.1  mrg     It has been auto-edited by fixincludes from:
      4  1.1  mrg 
      5  1.1  mrg 	"fixinc/tests/inc/rtldef/stdio.h"
      6  1.1  mrg 
      7  1.1  mrg     This had to be done to correct non-standard usages in the
      8  1.1  mrg     original, manufacturer supplied header file.  */
      9  1.1  mrg 
     10  1.1  mrg 
     11  1.1  mrg 
     12  1.1  mrg #if defined( VMS_NO_64BIT_GETOPT_CHECK )
     13  1.1  mrg #if __INITIAL_POINTER_SIZE != 64 /* getopt is short ptr only.  */
     14  1.1  mrg int getopt (int, char * const [], const char *);
     15  1.1  mrg #endif
     16  1.1  mrg #endif  /* VMS_NO_64BIT_GETOPT_CHECK */
     17