]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - arch/alpha/lib/strncat.S
alpha: move exports to actual definitions
[mirror_ubuntu-eoan-kernel.git] / arch / alpha / lib / strncat.S
index a8278163c97204d3d5d2e0eb73c956c327bdfbd6..6c29ea60869ae4c3a3d3c4bff10839b1a764e67d 100644 (file)
@@ -9,7 +9,7 @@
  * past count, whereas libc may write to count+1.  This follows the generic
  * implementation in lib/string.c and is, IMHO, more sensible.
  */
-
+#include <asm/export.h>
        .text
 
        .align 3
@@ -82,3 +82,4 @@ $zerocount:
        ret
 
        .end strncat
+       EXPORT_SYMBOL(strncat)