提交 3b61035c 编写于 作者: Z z00538436 提交者: public tcshversion

TicketNo:DTS2020082814349

Description:self developed code

Team:OTHERS
Feature or Bugfix:Feature
Binary Source:NA
PrivateCode(Yes/No):No

Change-Id: Ideb54f27461f2b6583bc06d07286dae36a5d037b
Reviewed-on: http://mgit-tm.rnd.huawei.com/10527467Reviewed-by: Ncaoruihong 00546070 <crh.cao@huawei.com>
Reviewed-by: Nzhaotianyu 00538436 <zhaotianyu9@huawei.com>
Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Nshenwei 00579521 <denny.shenwei@huawei.com>
上级 dad4cf88
......@@ -48,10 +48,6 @@ out:
off_t __stdio_seek(FILE *f, off_t off, int whence)
{
#ifdef __NR__llseek
off_t result = 0;
return __stdio_lseek64(f->fd, off>>32, off, &result, whence) ? -1 : result;
#else
return SysLseek(f->fd, off, whence);
#endif
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册