Add missing prototypes.

From-SVN: r178419
This commit is contained in:
Arnaud Charlet 2011-09-01 16:02:35 +02:00
parent 9f55bc6268
commit b7c9777e5b
2 changed files with 6 additions and 0 deletions

View 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
}

View 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);