open function returns error
i am creating a pipe for communication. for that i created a file with mkfifo passing a file path. after that i try to open the file with open function passing same file path. but it returns -1 and perror says 'no such device or address'. when i check the path, there is file created and present. why it like that. the same code worked earlier...
Thanks
Sudheer
|