Changes between Version 8 and Version 9 of Ticket #38582, comment 6
- Timestamp:
- Jul 30, 2013, 11:50:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38582, comment 6
v8 v9 7 7 || `AC_CHECK_FUNCS([memmove])` || `src/pextlib1.0/filemap.c:746` || `(void) memmove(` || idk really what's going on here... || `/* Push the pointers after the current node lower. */` This function is just one of those good ones to check for || 8 8 || `AC_CHECK_FUNCS([mkdir])` || `src/darwintracelib1.0/darwintrace.c:1153` || 9 || `AC_CHECK_FUNCS([munmap])` || `src/machista1.0/libmachista.c:499` || 9 || `AC_CHECK_FUNCS([munmap])` || `src/machista1.0/libmachista.c:499` || `munmap(data, st.st_size);` || at the end of a function || `/* Cleanup */` Another one that's just good to check for || 10 10 || `AC_CHECK_FUNCS([realpath])` || `src/pextlib1.0/realpath.c:67` || 11 11 || `AC_CHECK_FUNCS([regcomp])` || `src/pextlib1.0/strsed.c:584` ||