Anton Khirnov <[email protected]> writes:

> +void
> +closefrom (int lowfd)
> +{
> +    for (int i = lowfd; i < 1024; i++)
> +     close (i);
> +}

Maybe I'm revealing my ignorance, but I feel like the magic number 1024
deserves an explanation?

_______________________________________________
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to