1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-05-08 03:05:03 +01:00

librb: add rb_{set,clear}_cloexec

This commit is contained in:
Doug Freed 2020-12-13 08:38:25 +00:00
parent 4ce7aa6f70
commit 34a2afbc28
3 changed files with 48 additions and 0 deletions
librb/include

View file

@ -118,6 +118,8 @@ void rb_note(rb_fde_t *, const char *);
#define RB_SSL_CERTFP_LEN_SHA512 64
int rb_set_nb(rb_fde_t *);
int rb_set_cloexec(rb_fde_t *);
int rb_clear_cloexec(rb_fde_t *);
int rb_set_buffers(rb_fde_t *, int);
int rb_get_sockerr(rb_fde_t *);