exec start
This commit is contained in:
parent
bec7ecf5c3
commit
ab8b8a77bb
9 changed files with 482 additions and 32 deletions
18
exec/src/spawn_cmd/gnu_source.h
Normal file
18
exec/src/spawn_cmd/gnu_source.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* gnu_source.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/07/10 17:53:46 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/07/10 17:54:49 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef GNU_SOURCE_H
|
||||
# define GNU_SOURCE_H
|
||||
|
||||
# define _GNU_SOURCE
|
||||
|
||||
#endif /* GNU_SOURCE_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue