]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__rawmemchr): Add libc_hidden_def.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 06:41:33 +0000 (06:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 06:41:33 +0000 (06:41 +0000)
sysdeps/alpha/alphaev67/rawmemchr.S
sysdeps/alpha/rawmemchr.S
sysdeps/m68k/rawmemchr.S

index 0d60afe023298c2582ae1321316dbe5801a9f335..8c7e9423b09f4173d50dca57de761b99c9a1ab7d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -89,4 +89,5 @@ $found:
 
        END(__rawmemchr)
 
+libc_hidden_def (__rawmemchr)
 weak_alias (__rawmemchr, rawmemchr)
index 521feafdac7f694b82bc4ee00afd0cf9eb5eca37..d3a69fa63c7a31aeaefc48bd278da89dce2914e8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -86,4 +86,5 @@ $found:
 
        END(__rawmemchr)
 
+libc_hidden_def (__rawmemchr)
 weak_alias (__rawmemchr, rawmemchr)
index f52b74b8cd21f1d32ce3e4d5a849c9551c0fc4a5..acd8f76e444b7f621368c44fcb153eb15461e3a2 100644 (file)
@@ -1,6 +1,6 @@
 /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR.
    For Motorola 68000.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@gnu.org>.
 
@@ -176,4 +176,5 @@ L(L9:)
        rts
 END(__rawmemchr)
 
+libc_hidden_def (__rawmemchr)
 weak_alias (__rawmemchr, rawmemchr)