]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/strpbrk.c
Update.
[thirdparty/glibc.git] / sysdeps / generic / strpbrk.c
index a55825a308940d39a736c725f8546f1ff5fdcdb0..620cfab7f9616ef45e7e059481f2f5232ae27e1e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996, 1997, 2003 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
@@ -43,3 +43,4 @@ strpbrk (s, accept)
 
   return NULL;
 }
+libc_hidden_builtin_def (strpbrk)