Go to the source code of this file.
Function Documentation
The explain_buffer_etxtbsy function may be used to provide a common explanation for all cases of ETXTBSY.
- Parameters:
-
sb | The string buffer to print into |
pathname | The name of the file having the problem (it is not printed, it is used to look for the process using it) |
Definition at line 42 of file etxtbsy.c.
The explain_buffer_etxtbsy_fildes function may be used to provide a common explanation for all cases of ETXTBSY, where a file descriptor is available, rather than a pathname.
- Parameters:
-
sb | The string buffer to print into |
fildes | The file descriptor having the problem (it is not printed, it is used to look for the process using it) |
Definition at line 50 of file etxtbsy.c.