diff options
author | Bruce Beare <brucex.j.beare@intel.com> | 2010-06-25 09:02:10 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-07-08 11:12:36 -0700 |
commit | 16984423bc67cd334d74b585bac2c01e44583624 (patch) | |
tree | 8fd5c4ec23fbbe60c0b13322fa48825d61eb4b28 | |
parent | 6fce15cea1145c0359b7103305e215e3e2d1b548 (diff) | |
download | bionic-16984423bc67cd334d74b585bac2c01e44583624.zip bionic-16984423bc67cd334d74b585bac2c01e44583624.tar.gz bionic-16984423bc67cd334d74b585bac2c01e44583624.tar.bz2 |
Fix missing NL
Change-Id: Ic210fe9f740b9a8235a66d479ad4eddc869998bb
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
-rw-r--r-- | libc/arch-x86/bionic/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/bionic/clone.S b/libc/arch-x86/bionic/clone.S index 3b50cc3..44fce1e 100644 --- a/libc/arch-x86/bionic/clone.S +++ b/libc/arch-x86/bionic/clone.S @@ -52,4 +52,4 @@ __pthread_clone: /* XXX: TODO: Add __bionic_clone here * See bionic/bionic_clone.c and arch-arm/bionic/clone.S * for more details... - */
\ No newline at end of file + */ |