Skip to content

Commit

Permalink
ST: Rename threads to pthreads.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 24, 2024
1 parent d1d6055 commit 07ed788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>
#include <pthread.h>
Expand Down

0 comments on commit 07ed788

Please sign in to comment.