Changeset 3152 for trunk/src/kmk/glob
- Timestamp:
 - Mar 15, 2018, 7:25:31 PM (8 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kmk/glob/glob.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/glob/glob.c
r3147 r3152 179 179 #endif 180 180 181 #if 0 /* bird: This messes with the electric.c heap (linux/amd64). Probably missing prototype, so int return. */ 181 182 #if !defined HAVE_MEMPCPY && __GLIBC__ - 0 == 2 && __GLIBC_MINOR__ >= 1 182 183 # define HAVE_MEMPCPY 1 183 184 # undef mempcpy 184 185 # define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len) 186 #endif 185 187 #endif 186 188  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  