Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed to match filenames.
  • Loading branch information
remzi-arpacidusseau authored Nov 9, 2023
1 parent 0cd7a8b commit ba628e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threads-sema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Code in `rwlock.c`. Build via `make`, run via `rwlock`.

The dining philosophers example from the text is found herein, in a few
different forms:
- `dining_philosophers.c`: code with deadlock
- `dining_philosophers_print.c`: code with deadlock, and some useful printing
- `dining_philosophers_deadlock.c`: code with deadlock
- `dining_philosophers_deadlock_print.c`: code with deadlock, and some useful printing
- `dining_philosophers_no_deadlock.c`: code without deadlock
- `dining_philosophers_no_deadlock_print.c`: code without deadlock, and some useful printing

Expand Down

0 comments on commit ba628e3

Please sign in to comment.