Skip to content

Commit

Permalink
lkl: Fix duplicated preprocessor macros in tools/lkl/include/lkl.h
Browse files Browse the repository at this point in the history
Preprocessor macros for lkl_sys_statfs64 and lkl_sys_fstatfs64 are duplications of the above inline functions.
  • Loading branch information
ngkaho1234 committed Feb 25, 2016
1 parent 853beba commit bbfd22e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/lkl/include/lkl.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ static inline int lkl_sys_fstatfs(unsigned int fd, struct lkl_statfs *buf)
return lkl_sys_fstatfs64(fd, sizeof(*buf), buf);
}

#define lkl_sys_statfs lkl_sys_statsf64
#define lkl_sys_fstatfs lkl_sys_fstatsf64
#endif

#ifdef __lkl__NR_llseek
Expand Down

0 comments on commit bbfd22e

Please sign in to comment.