1
1

- this symbol is required by components

This commit was SVN r13850.
Этот коммит содержится в:
Sven Stork 2007-02-28 16:38:59 +00:00
родитель 2b6cbd6299
Коммит ddff458f3f

Просмотреть файл

@ -33,7 +33,7 @@ extern "C" {
* @retval OPAL_ERR_NOT_IMPLEMENTED on platforms that are not yet
* supported.
*/
int opal_get_num_processors(int *num_procs);
OPAL_DECLSPEC int opal_get_num_processors(int *num_procs);
#if defined(c_plusplus) || defined(__cplusplus)
}