diff options
author | Elliott Hughes <enh@google.com> | 2014-02-19 18:59:19 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-02-19 18:59:19 -0800 |
commit | d465eb4e76c24b1e782438a4c9e2c9abc20fe66c (patch) | |
tree | 585ce3fcd571871c83eea24940cf583e0ba44324 /libc/arch-arm64/syscalls/__reboot.S | |
parent | fbaddda9f04fa504deb752bba819eb1fa5439baa (diff) | |
download | bionic-d465eb4e76c24b1e782438a4c9e2c9abc20fe66c.zip bionic-d465eb4e76c24b1e782438a4c9e2c9abc20fe66c.tar.gz bionic-d465eb4e76c24b1e782438a4c9e2c9abc20fe66c.tar.bz2 |
Remove the useless _C_LABEL from generated system calls.
Change-Id: Id1d2fd39972652831ea825f6f9cf940b08f42b5c
Diffstat (limited to 'libc/arch-arm64/syscalls/__reboot.S')
-rw-r--r-- | libc/arch-arm64/syscalls/__reboot.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-arm64/syscalls/__reboot.S b/libc/arch-arm64/syscalls/__reboot.S index 9680bdc..10b33ad 100644 --- a/libc/arch-arm64/syscalls/__reboot.S +++ b/libc/arch-arm64/syscalls/__reboot.S @@ -19,4 +19,4 @@ ENTRY(__reboot) ret END(__reboot) -.hidden _C_LABEL(__reboot) +.hidden __reboot |