summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-08-02 23:00:11 +0800
committerGitHub <noreply@github.com>2022-08-02 18:00:11 +0300
commit9f0f533bc8f491e1612b2e6eaf10215aba54023b (patch)
tree048a910a833d667ed74d49a264e2b21461cc6e72 /.github
parent4ce3fd51b9fc6f627f4e81f1a98c8e350cc2e660 (diff)
downloadredis-9f0f533bc8f491e1612b2e6eaf10215aba54023b.tar.gz
Solve usleep compilation warning in keyspace_events.c (#11073)
There is a -Wimplicit-function-declaration warning in here: ``` keyspace_events.c: In function ‘KeySpace_NotificationGeneric’: keyspace_events.c:67:9: warning: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration] 67 | usleep(1); | ^~~~~~ | sleep ```
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions