LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 653|回复: 0

为什么使用两个fd会无法read(fd,buf,?)

[复制链接]
发表于 2010-6-3 16:46:19 | 显示全部楼层 |阅读模式

int fd=open()
read_state=read(fd,buf,)
write_state=write(fd,buf,)
的时候不会出错
但如果
int fd_0=open()
int fd_1=creat()
read_state=read(fd_0,buf,)
read_state=write(fd_1,buf,)
时read_state怎么都是-1
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表