Skip to content
Snippets Groups Projects
Commit 282dff99 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch HEAD

b=16770
i=johann, adilger

Use struct stat in powerpc64 environment to avoid different member offset.
parent b1e215f6
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
#endif
#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || \
defined(__craynv) || defined (__mips64__)
defined(__craynv) || defined (__mips64__) || defined(__powerpc64__)
typedef struct stat lstat_t;
#define lstat_f lstat
#define HAVE_LOV_USER_MDS_DATA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment