Skip to content

Commit

Permalink
Merge pull request torvalds#93 from ngkaho1234/upstream
Browse files Browse the repository at this point in the history
lkl: Fix duplicated preprocessor macros in tools/lkl/include/lkl.h
  • Loading branch information
Octavian Purdila committed Feb 25, 2016
2 parents 853beba + bbfd22e commit 391b8a8
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 391b8a8

Please sign in to comment.