Skip to content

Commit 0873b81

Browse files
authored
Merge pull request #5162 from xiangxistu/cxx_pthread
[modify] those file name is risky if you use both "c++" and "POSIX pthread".
2 parents 0c82690 + 9f2616e commit 0873b81

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

components/cplusplus/cxx_Mutex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Date Author Notes
88
*/
99

10-
#include "Mutex.h"
10+
#include "cxx_mutex.h"
1111

1212
using namespace rtthread;
1313

components/cplusplus/cxx_Semaphore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Date Author Notes
88
*/
99

10-
#include "Semaphore.h"
10+
#include "cxx_semaphore.h"
1111

1212
using namespace rtthread;
1313

components/cplusplus/cxx_Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Date Author Notes
88
*/
99

10-
#include "Thread.h"
10+
#include "cxx_thread.h"
1111

1212
using namespace rtthread;
1313

components/cplusplus/cxx_crt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#include <rtthread.h>
12-
#include "crt.h"
12+
#include "cxx_crt.h"
1313

1414
void *operator new(size_t size)
1515
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)