1#include <private/bionic_asm.h>
2
3// void __libc_int0x80();
4ENTRY_PRIVATE(__libc_int0x80)
5  int $0x80
6  ret
7END(__libc_int0x80)
8