VirtualBox

Changeset 3232 in kBuild


Ignore:
Timestamp:
May 29, 2018 12:15:33 PM (7 years ago)
Author:
bird
Message:

kmk: build fixes

Location:
trunk/src/kmk/kmkbuiltin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cp_extern.h

    r3221 r3232  
    4646
    4747#if defined(SIGINFO) && defined(KMK_BUILTIN_STANDALONE)
    48 extern volatile sig_atomic_t info;
     48extern volatile sig_atomic_t g_cp_info;
    4949#endif
    5050
  • trunk/src/kmk/kmkbuiltin/getopt_r.c

    r3213 r3232  
    7979# include <unistd.h>
    8080#endif  /* GNU C library.  */
     81#include <stdlib.h> /* bird: we don't define getopt, so we're good. */
    8182
    8283#ifdef VMS
  • trunk/src/kmk/kmkbuiltin/getopt_r.h

    r3213 r3232  
    8888
    8989/* Value of POSIXLY_CORRECT environment variable.  */
    90 /*static*/ char *posixly_correct;
     90/*static*/ const char *posixly_correct; /* bird: added 'const' */
    9191
    9292/* Describe the part of ARGV that contains non-options that have
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette