use the __adm__ directory for 64 bit code only.

pull/17/head v0.0.4
John Shahid 2013-10-28 12:35:03 -04:00
parent 60115bc745
commit d5fa4df96a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <string.h>
#include "query_types.h"
#ifndef __APPLE_CC__
#if !defined(__APPLE_CC__) && defined(__x86_64__)
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
#endif