• Binbin's avatar
    Solve usleep compilation warning in keyspace_events.c (#11073) · 9f0f533b
    Binbin authored
    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
    ```
    9f0f533b
keyspace_events.c 11.5 KB