diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 1afbffab844..0730dc2cde2 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1598,9 +1598,10 @@ posix_rmdir (call_frame_t *frame, xlator_t *this,          return 0;  } -int32_t + +int  posix_symlink (call_frame_t *frame, xlator_t *this, -               const char *linkname, loc_t *loc) +               const char *linkname, loc_t *loc, dict_t *params)  {          int32_t               op_ret      = -1;          int32_t               op_errno    = 0;  | 
