-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#include "wait3.h" | ||
|
||
pid_t wait3(int* status, int options, struct rusage* usage) { | ||
return wait4(-1, status, options, usage); | ||
return waitpid(-1, status, options); | ||
} |
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,3 +1,3 @@ | ||
#define REDIS_GIT_SHA1 "5936b3a6" | ||
#define REDIS_GIT_DIRTY " 47" | ||
#define REDIS_BUILD_ID "masashi-macgms.local-1514419258" | ||
#define REDIS_GIT_SHA1 "894ddc08" | ||
#define REDIS_GIT_DIRTY " 80" | ||
#define REDIS_BUILD_ID "masashi-macgms.local-1515026948" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.