diff options
author | PA4WDH | 2024-08-26 19:56:17 +0200 |
---|---|---|
committer | PA4WDH | 2024-08-26 19:56:17 +0200 |
commit | f47ea91e2d1b04aea2c23f40c98801e948d7a950 (patch) | |
tree | a949edc52e7ad7bbb2413107fd29ab1dc5af85c9 /sysfs.h | |
parent | Small fixes in cpulist.c (diff) | |
download | cputemp2maxfreq-f47ea91e2d1b04aea2c23f40c98801e948d7a950.tar.gz cputemp2maxfreq-f47ea91e2d1b04aea2c23f40c98801e948d7a950.tar.bz2 cputemp2maxfreq-f47ea91e2d1b04aea2c23f40c98801e948d7a950.zip |
Add more compiler warnings
Diffstat (limited to 'sysfs.h')
-rw-r--r-- | sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ int sysfs_read_str(char *sysfs_file,char *buf,size_t bufsize); long int sysfs_read_long_int(char *sysfs_file); -int sysfs_write_str(char *sysfs_file,char *value,int checkdelay); +int sysfs_write_str(char *sysfs_file,char *value,long int checkdelay); #endif |