Anton Khirnov <anton@khirnov.net> 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 -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org