Skip to content

Commit

Permalink
Revert "openwrt: third_party/lss: Avoid naming conflict in fstatat64"
Browse files Browse the repository at this point in the history
This reverts commit 73e3fa6.
  • Loading branch information
klzgrad committed Oct 7, 2024
1 parent f095748 commit 942f9c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/third_party/lss/linux_syscall_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,12 @@ extern "C" {
#pragma push_macro("stat64")
#pragma push_macro("fstat64")
#pragma push_macro("lstat64")
#pragma push_macro("fstatat64")
#pragma push_macro("pread64")
#pragma push_macro("pwrite64")
#pragma push_macro("getdents64")
#undef stat64
#undef fstat64
#undef lstat64
#undef fstatat64
#undef pread64
#undef pwrite64
#undef getdents64
Expand Down Expand Up @@ -5324,7 +5322,6 @@ struct kernel_statx {
#pragma pop_macro("stat64")
#pragma pop_macro("fstat64")
#pragma pop_macro("lstat64")
#pragma pop_macro("fstatat64")
#pragma pop_macro("pread64")
#pragma pop_macro("pwrite64")
#pragma pop_macro("getdents64")
Expand Down

0 comments on commit 942f9c3

Please sign in to comment.