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 16, 2024
1 parent a8513c9 commit 554ae0c
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 554ae0c

Please sign in to comment.