Update timex.h

removing extern causes pc freeze
This commit is contained in:
Dr Amr Osman 2024-05-10 14:39:15 +03:00 committed by GitHub
parent f40d7de496
commit 5c06a4ddce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
* Fix for vmware installer failure to build vmmon and vmnet kernel modules
* as random_get_entropy_fallback() is not found in this unit.
*/
unsigned long random_get_entropy_fallback(void);
extern unsigned long random_get_entropy_fallback(void);
static inline unsigned long random_get_entropy(void)
{