Commit b7c9777e by Arnaud Charlet

Add missing prototypes.

From-SVN: r178419
parent 9f55bc62
...@@ -3856,6 +3856,7 @@ void __gnat_cpu_set (int cpu, size_t count ATTRIBUTE_UNUSED, cpu_set_t *set) ...@@ -3856,6 +3856,7 @@ void __gnat_cpu_set (int cpu, size_t count ATTRIBUTE_UNUSED, cpu_set_t *set)
CPU_SET (cpu - 1, set); CPU_SET (cpu - 1, set);
} }
#endif #endif
#endif
#ifdef __cplusplus #ifdef __cplusplus
} }
......
...@@ -245,6 +245,11 @@ extern int __gnat_number_of_cpus (void); ...@@ -245,6 +245,11 @@ extern int __gnat_number_of_cpus (void);
extern void __gnat_os_filename (char *, char *, char *, extern void __gnat_os_filename (char *, char *, char *,
int *, char *, int *); 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) #if defined (linux)
extern void *__gnat_lwp_self (void); extern void *__gnat_lwp_self (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment