Changeset 72122 in vbox for trunk/src/VBox
- Timestamp:
- May 4, 2018 7:37:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/chk_stubs.c
r70936 r72122 49 49 * version. We are forced to do it this way because the shared libraries 50 50 * supc++ and gcc_eh contain references which we cannot change. */ 51 52 #ifdef __cplusplus 53 extern "C" void *__wrap_memcpy(void *dest, const void *src, size_t n); 54 #endif 55 51 56 asm (".symver memcpy, memcpy@GLIBC_2.2.5"); 52 57 void *__wrap_memcpy(void *dest, const void *src, size_t n)
Note:
See TracChangeset
for help on using the changeset viewer.