bionic/libc/kernel/arch-arm
Martin Storsjo 5775163f04 Use __asm__ instead of asm in public libc headers
If compiling userland code with -std=c99, the current header produces an
error. The content of this header originally is a kernel internal header,
where asm() is acceptable. In a header visible to userland, this should be
__asm__ instead.

Change-Id: I4d3188dd96f7836148ca89f5053d0389dd459d6e
2010-12-08 09:40:12 +01:00
..
asm Use __asm__ instead of asm in public libc headers 2010-12-08 09:40:12 +01:00