gdb/riscv: Add equality operators to riscv_gdb_features
[binutils-gdb.git] / bfd / init.c
index ad109819314e00d83debd21735fdfa85f675211a..971d32236a16daa00bd6f035e7231f3457a8a569 100644 (file)
@@ -38,7 +38,7 @@ FUNCTION
        bfd_init
 
 SYNOPSIS
-       size_t bfd_init (void);
+       unsigned int bfd_init (void);
 
 DESCRIPTION
        This routine must be called before any other BFD function to
@@ -54,7 +54,7 @@ DESCRIPTION
 /* Actually, there is currently nothing for this function to do.
    However, someday it may be needed, so keep it around.  */
 
-size_t
+unsigned int
 bfd_init (void)
 {
   return BFD_INIT_MAGIC;