about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-16 07:18:53 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-16 07:18:53 -0700
commit55c4ce6885b577e2b29a4de674d4062a6882afe8 (patch)
tree054f639bf7509213926c2e8d1ac139c89da6ce6d /sysdeps
parentc8027cced1d3e7803c440cb13d4294754d8791e2 (diff)
downloadglibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.tar.gz
glibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.tar.xz
glibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.zip
Remove warning and little optimization.
The prototype for _dl_higher_prime_number was missing.  While at it,
the function is now marked with internal_function.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/ldsodefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 1e1bb4ccd4..30f9d23091 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -335,6 +335,10 @@ struct audit_ifaces
 extern int _dl_name_match_p (const char *__name, const struct link_map *__map)
      internal_function;
 
+/* Compute next higher prime number.  */
+extern unsigned long int _dl_higher_prime_number (unsigned long int n)
+     internal_function;
+
 /* Function used as argument for `_dl_receive_error' function.  The
    arguments are the error code, error string, and the objname the
    error occurred in.  */