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:
parent
4ce7aa6f70
commit
34a2afbc28
3 changed files with 48 additions and 0 deletions
librb/include
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue