File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 33
33
#ifdef HAVE_SYS_TIME_H
34
34
#include <sys/time.h>
35
35
#endif /* HAVE_SYS_TIME_H */
36
- #ifdef HAVE_PTHREAD_H
37
36
#include <pthread.h>
38
- #endif
39
37
#ifdef HAVE_UNISTD_H
40
38
#include <unistd.h>
41
39
#endif
Original file line number Diff line number Diff line change 12
12
* All rights reserved.
13
13
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
14
14
* reserved.
15
- * Copyright (c) 2015 Research Organization for Information Science
15
+ * Copyright (c) 2015-2016 Research Organization for Information Science
16
16
* and Technology (RIST). All rights reserved.
17
17
* $COPYRIGHT$
18
18
*
37
37
38
38
#include "opal_config.h"
39
39
40
- #ifdef HAVE_PTHREAD_H
41
40
#include <pthread.h>
42
- #endif
43
41
#include <errno.h>
44
42
#include <stdio.h>
45
43
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (c) 2013 Mellanox Technologies, Inc.
3
3
* All rights reserved.
4
- * Copyright (c) 2015 Research Organization for Information Science
4
+ * Copyright (c) 2015-2016 Research Organization for Information Science
5
5
* and Technology (RIST). All rights reserved.
6
6
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
7
7
* $COPYRIGHT$
16
16
#ifdef HAVE_SYS_TIME_H
17
17
#include <sys/time.h>
18
18
#endif /* HAVE_SYS_TIME_H */
19
- #ifdef HAVE_PTHREAD_H
20
19
#include <pthread.h>
21
- #endif
22
20
#ifdef HAVE_UNISTD_H
23
21
#include <unistd.h>
24
22
#endif
You can’t perform that action at this time.
0 commit comments