commit | 5775163f043ba7a68d2ed96376303e886348b2ae | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Wed Dec 08 09:33:51 2010 +0100 |
committer | Martin Storsjo <martin@martin.st> | Wed Dec 08 09:40:12 2010 +0100 |
tree | eb88421a708dc1bcf56825b7112511d45f20363c | |
parent | 1bc98ccb76c147c46bd666f05247eb11e2847d4b [diff] |
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