Binbin
484b73a842
Fix usleep compilation warning in auth.c ( #11925 )
...
There is a -Wimplicit-function-declaration warning in here:
```
auth.c: In function ‘AuthBlock_ThreadMain’:
auth.c:116:5: warning: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration]
116 | usleep(500000);
| ^~~~~~
| sleep
```
2023-03-16 11:24:52 +02:00
..
2022-04-11 22:16:17 -07:00
2023-03-16 11:24:52 +02:00
2023-03-07 09:06:58 +02:00
2022-06-21 10:01:13 +03:00
2021-12-30 12:17:22 +02:00
2023-03-11 10:14:16 +02:00
2022-08-18 15:09:36 +03:00
2021-12-30 12:17:22 +02:00
2022-01-18 15:55:20 +02:00
2022-01-20 09:05:53 +02:00
2022-08-23 12:37:56 +03:00
2022-04-05 08:21:41 +03:00
2022-05-12 20:10:38 +03:00
2022-02-22 11:00:03 +02:00
2022-02-08 10:01:35 +02:00
2021-11-28 11:26:28 +02:00
2022-11-30 11:56:36 +02:00
2021-02-15 17:08:53 +02:00
2022-11-24 19:00:04 +02:00
2022-09-28 14:15:07 +03:00
2022-10-22 20:36:50 +03:00
2023-03-15 15:18:42 -07:00
2022-04-17 08:31:57 +03:00
2023-02-09 14:59:05 +02:00
2023-03-15 15:18:42 -07:00
2022-05-09 13:36:53 +03:00
2022-03-30 15:47:06 +03:00
2022-11-24 19:00:04 +02:00
2022-01-23 10:05:06 +02:00
2022-04-17 15:43:22 +03:00
2022-11-13 13:12:22 +02:00
2021-10-25 12:00:43 +03:00
2021-11-28 11:26:28 +02:00
2022-11-03 13:19:49 +02:00
2021-11-28 11:26:28 +02:00
2022-10-18 19:45:46 +03:00
2021-12-30 12:17:22 +02:00
2023-02-16 08:07:35 +02:00
2021-11-28 11:26:28 +02:00