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 1ce58be5523..e87c6034e18 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