forked from sysprog21/lab0-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sysprog21#131 from ShamrockLee/queue-h-doc-fix
Fix documentation in queue.h: q_reverseK returns nothing
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,6 +282,7 @@ recvmmsg | |
seccomp | ||
userfaultfd | ||
compat | ||
reverseK | ||
rt | ||
rr | ||
sigaction | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
6fc9cebc7287e85656bd0f80bb29162283e008ab queue.h | ||
0690973a922f166c7da4957c2c884c1ff80501c0 queue.h | ||
3337dbccc33eceedda78e36cc118d5a374838ec7 list.h |