Ticket #10: apgcc64.patch
| File apgcc64.patch, 1.0 kB (added by Jan-Nik, 6 months ago) |
|---|
-
ChangeLog
old new 1 2008-06-08 Jan Niklas Hasse <jhasse@gmail.com> 2 3 * Don't use realpath@GLIBC_2.0 on x86_64 architecture. 4 1 5 -------------------- 2.0.6 was released -------------------- 2 6 3 7 Sun Dec 30 19:17:03 UTC 2007 Taj Morton <tajmorton@gmail.com> -
apsymbols.h
old new 46 46 __asm__(".symver pthread_cond_signal,pthread_cond_signal@GLIBC_2.0"); 47 47 __asm__(".symver pthread_cond_timedwait,pthread_cond_timedwait@GLIBC_2.0"); 48 48 __asm__(".symver pthread_cond_wait,pthread_cond_wait@GLIBC_2.0"); 49 #ifndef __x86_64 49 50 __asm__(".symver realpath,realpath@GLIBC_2.0"); 51 #endif 50 52 __asm__(".symver regexec,regexec@GLIBC_2.0"); 51 53 __asm__(".symver __strcasecmp_l,__strcasecmp_l@GLIBC_2.1"); 52 54 __asm__(".symver __strcoll_l,__strcoll_l@GLIBC_2.1");
