Skip to content
Snippets Groups Projects
Commit f375e729 authored by SEUNGHYUN AN's avatar SEUNGHYUN AN
Browse files

perror fix

parent 9203ffe9
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ Here are the error conditions and statements that do **not** exit: ...@@ -314,7 +314,7 @@ Here are the error conditions and statements that do **not** exit:
Here are the error conditions and statements that do exit: Here are the error conditions and statements that do exit:
- ``"getcwd"``: If at the beginning of an interactive session getcwd fails. - ``"getcwd"``: If at the beginning of an interactive session getcwd fails.
- ``"Error opening file"``: If fopen fails for the passed file in batch mode. - ``"Error opening file"``: If fopen fails for the passed file in batch mode.
- ``perror("pipe"), perror("fork"), perror("dup2"), perror("strdup"), perror("malloc"), perror("realloc")`` : If the respective calls fail - ``perror("pipe"), perror("fork"), perror("dup2"), perror("strdup"), perror("malloc"), perror("realloc"), perror("opendir")`` : If the respective calls fail
### Tips and Hints ### Tips and Hints
......
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