Changeset 3232
- Timestamp:
 - May 29, 2018, 2:15:33 PM (7 years ago)
 - Location:
 - trunk/src/kmk/kmkbuiltin
 - Files:
 - 
      
- 3 edited
 
- 
          
  cp_extern.h (modified) (1 diff)
 - 
          
  getopt_r.c (modified) (1 diff)
 - 
          
  getopt_r.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/kmkbuiltin/cp_extern.h
r3221 r3232 46 46 47 47 #if defined(SIGINFO) && defined(KMK_BUILTIN_STANDALONE) 48 extern volatile sig_atomic_t info;48 extern volatile sig_atomic_t g_cp_info; 49 49 #endif 50 50  - 
      
trunk/src/kmk/kmkbuiltin/getopt_r.c
r3213 r3232 79 79 # include <unistd.h> 80 80 #endif /* GNU C library. */ 81 #include <stdlib.h> /* bird: we don't define getopt, so we're good. */ 81 82 82 83 #ifdef VMS  - 
      
trunk/src/kmk/kmkbuiltin/getopt_r.h
r3213 r3232 88 88 89 89 /* Value of POSIXLY_CORRECT environment variable. */ 90 /*static*/ c har *posixly_correct;90 /*static*/ const char *posixly_correct; /* bird: added 'const' */ 91 91 92 92 /* Describe the part of ARGV that contains non-options that have  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  