From 07ed788b2e396bea27735b3c3d7d103493710c8d Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 16 Mar 2024 20:37:30 +0800 Subject: [PATCH] ST: Rename threads to pthreads. --- trunk/research/st/{threads.cpp => pthreads.cpp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename trunk/research/st/{threads.cpp => pthreads.cpp} (88%) diff --git a/trunk/research/st/threads.cpp b/trunk/research/st/pthreads.cpp similarity index 88% rename from trunk/research/st/threads.cpp rename to trunk/research/st/pthreads.cpp index 1ce58be552..e87c6034e1 100644 --- a/trunk/research/st/threads.cpp +++ b/trunk/research/st/pthreads.cpp @@ -1,6 +1,6 @@ /* Directly compile c++ source and execute: - g++ threads.cpp ../../objs/st/libst.a -g -O0 -o threads && ./threads + g++ pthreads.cpp ../../objs/st/libst.a -g -O0 -o pthreads && ./pthreads */ #include #include