* Hack for file descriptor passing code. */
| 2916 | * Hack for file descriptor passing code. |
| 2917 | */ |
| 2918 | void |
| 2919 | closef_nothread(struct file *fp) |
| 2920 | { |
| 2921 | |
| 2922 | fdrop(fp, NULL); |
| 2923 | } |
| 2924 | |
| 2925 | /* |
| 2926 | * Initialize the file pointer with the specified properties. |
no outgoing calls
no test coverage detected