Skip to content

Commit

Permalink
Merge pull request #454 from Wuerfel21/W21-fix-lseek
Browse files Browse the repository at this point in the history
Fix lseek off_t type confusion
  • Loading branch information
totalspectrum authored Nov 9, 2024
2 parents 172c9e3 + df4575e commit c3d138a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libc.a
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define wint_t int
#define time_t unsigned int
#define mode_t unsigned int
#define off_t long
#define off_t long long
#define _FILE struct s_vfs_file_t
#define DIR struct _dir
#define DIRENT struct dirent
Expand Down

0 comments on commit c3d138a

Please sign in to comment.