Skip to content

Commit 9f2616e

Browse files
author
liuxianliang
committed
[modify] those file name is risky if you use both "c++" and "POSIX pthread".
1 parent 0211f2f commit 9f2616e

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)