diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-05 18:44:47 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-05 18:44:47 +0000 |
commit | bf6e755b6adfb7c5c4c876daaa8917845c6a9058 (patch) | |
tree | 4b984a031bf4fa37f9a554e9d0284ba4e89c9a2d /libc/sysdeps/linux/i386/clone.S | |
parent | d7839f55b4d4f73d4d40baafc792382b8cd0dace (diff) |
Patch from Michael Shmulevich (michaels@jungo.com) -- functions were not
declared type function.
Diffstat (limited to 'libc/sysdeps/linux/i386/clone.S')
-rw-r--r-- | libc/sysdeps/linux/i386/clone.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S index 173b5c1f7..e15116152 100644 --- a/libc/sysdeps/linux/i386/clone.S +++ b/libc/sysdeps/linux/i386/clone.S @@ -27,6 +27,7 @@ .text .globl __clone; +.type __clone,@function .align 4; \ __clone: /* Sanity check arguments. */ |