adding a #define _GNU_SOURCE just to make ompi compile on LINUX again,
(required for asprintf on LINUX). A proper solution to follow soon. Approved by Ralph. This commit was SVN r1966.
Этот коммит содержится в:
родитель
48c8d55b6d
Коммит
b5780263dc
@ -4,6 +4,8 @@
|
||||
/** @file:
|
||||
*
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* $HEADER$
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Function: -
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <pwd.h>
|
||||
#include <stddef.h>
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user