Skip to content

Commit 2b16486

Browse files
authored
Update threadtesttool.c
error correction from lpthread to pthread
1 parent 5d9cdbf commit 2b16486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threadtesttool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
//
2626
// Comile with:
27-
// gcc -lpthread -o threadtesttool threadtesttool.c
27+
// gcc -pthread -o threadtesttool threadtesttool.c
2828
//
2929

3030
//

0 commit comments

Comments
 (0)