View | Details | Raw Unified | Return to bug 41238
Collapse All | Expand All

(-)apr/file_io/unix/dir.c (-1 / +1 lines)
Lines 176-182 Link Here
176
     * that problem.
176
     * that problem.
177
     */
177
     */
178
    if (ret == EINVAL) {
178
    if (ret == EINVAL) {
179
        ret = ENOENT;
179
        ret = APR_ENOENT;
180
    }
180
    }
181
#else
181
#else
182
    /* We're about to call a non-thread-safe readdir() that may
182
    /* We're about to call a non-thread-safe readdir() that may

Return to bug 41238