Fix compilation on i386 arch.

Remove useless __ASSEMBLY definition as:
* it is useless
* it makes pstack fails to build
This commit is contained in:
Thomas Preud'homme 2011-09-11 15:42:59 +02:00
parent 0125e45595
commit b04a71ce9e
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@
make sure that the symbol "__pthread_threads_debug" is defined.)
*/
#define __ASSEMBLY__
#include <sys/ptrace.h>
#include <asm/ptrace.h>
#include <sys/types.h>