diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-21 19:50:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-21 19:50:54 +0000 |
commit | 3c6f0ae16723e0ce96fcb9b5f93d7135bdeb4ee1 (patch) | |
tree | 3995c01467b74adf175af19c34201b9f465164b8 /libc/sysdeps/linux/arm/vfork.S | |
parent | 384a7491adcc177bbeab5b1cb9ac1bdb2f0551f1 (diff) |
Patch from Shane Nay, who noticed that these were not properly labeling
functions as such, thereby hosing the shared lib loader.
Diffstat (limited to 'libc/sysdeps/linux/arm/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/arm/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S index 99dc2ab7c..085946ae1 100644 --- a/libc/sysdeps/linux/arm/vfork.S +++ b/libc/sysdeps/linux/arm/vfork.S @@ -30,7 +30,7 @@ .text .global vfork; -.type vfork,%function +.type vfork,#function .align 4; \ |