OSDN Git Service

Add missing prototypes.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2011 14:02:35 +0000 (14:02 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2011 14:02:35 +0000 (14:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178419 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/adaint.c
gcc/ada/adaint.h

index e470369..7e701f5 100644 (file)
@@ -3856,6 +3856,7 @@ void __gnat_cpu_set (int cpu, size_t count ATTRIBUTE_UNUSED, cpu_set_t *set)
   CPU_SET (cpu - 1, set);
 }
 #endif
+#endif
 
 #ifdef __cplusplus
 }
index 5f18095..12e671f 100644 (file)
@@ -245,6 +245,11 @@ extern int    __gnat_number_of_cpus                (void);
 
 extern void   __gnat_os_filename                   (char *, char *, char *,
                                                    int *, char *, int *);
+
+extern char * __gnat_locate_executable_file        (char *, char *);
+extern char * __gnat_locate_file_with_predicate    (char *, char *,
+                                                   int (*)(char*));
+
 #if defined (linux)
 extern void   *__gnat_lwp_self                    (void);