VirtualBox

Changeset 3152 in kBuild for trunk


Ignore:
Timestamp:
Mar 15, 2018 6:25:31 PM (7 years ago)
Author:
bird
Message:

glob.c: Apparently the mempcpy stuff doesn't work, guess missing prototype due to assumption about being inside glibc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/glob/glob.c

    r3147 r3152  
    179179#endif
    180180
     181#if 0 /* bird: This messes with the electric.c heap (linux/amd64). Probably missing prototype, so int return. */
    181182#if !defined HAVE_MEMPCPY && __GLIBC__ - 0 == 2 && __GLIBC_MINOR__ >= 1
    182183# define HAVE_MEMPCPY   1
    183184# undef  mempcpy
    184185# define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len)
     186#endif
    185187#endif
    186188
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