update: should fix all
This commit is contained in:
parent
3d10a9b9f6
commit
f5a8c2be04
2 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/19 15:53:50 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/10/12 17:52:28 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/10/13 15:03:54 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -46,7 +46,8 @@ struct s_file_slot *get_unused_fd_slot(void)
|
|||
return (NULL);
|
||||
}
|
||||
|
||||
__attribute__((destructor(201))) void close_all_slots(void)
|
||||
__attribute__((destructor(201)))
|
||||
void close_all_slots(void)
|
||||
{
|
||||
t_usize i;
|
||||
t_fd_array *arr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue