Use bool in ld
[deliverable/binutils-gdb.git] / ld / ldbuildid.h
index 2e104fc11edc6e78794b3d611f4664842101189e..7cb9d957dad84e9dd39c11f4798aa998ac7d0a1d 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef LDBUILDID_H
 #define LDBUILDID_H
 
-extern bfd_boolean
+extern bool
 validate_build_id_style (const char *);
 
 extern bfd_size_type
@@ -29,11 +29,11 @@ compute_build_id_size (const char *);
 
 typedef void (*sum_fn) (const void *, size_t, void *);
 
-typedef bfd_boolean (*checksum_fn) (bfd *,
-                                   void (*) (const void *, size_t, void *),
-                                   void *);
+typedef bool (*checksum_fn) (bfd *,
+                            void (*) (const void *, size_t, void *),
+                            void *);
 
-extern bfd_boolean
+extern bool
 generate_build_id (bfd *, const char *, checksum_fn, unsigned char *, int);
 
 #endif /* LDBUILDID_H */
This page took 0.032489 seconds and 4 git commands to generate.