From 796ee4ca5507db4bdfdf55b4371c1e8915f8826e Mon Sep 17 00:00:00 2001 From: hugogogo Date: Tue, 21 Sep 2021 10:22:57 +0200 Subject: [PATCH] maj libft --- README.md | 1 + libft | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 160000 => 120000 libft diff --git a/README.md b/README.md index 8f763ca..d34f19c 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,6 @@ then in another window launch the client, with two arguments : - **use of getpid** : https://www.includehelp.com/c/getpid-and-getppid-functions-in-c-linux.aspx - **use of signal** : https://linuxhint.com/signal_handlers_c_programming_language - **use of sigaction** : https://stackoverflow.com/a/17572787/9497573 +- **don't use pause** : https://www.gnu.org/software/libc/manual/html_node/Pause-Problems.html - **standard signal vs real time signals (with queue option)** : https://www.softprayog.in/programming/posix-real-time-signals-in-linux - **test time of functions in program** : https://stackoverflow.com/a/5833240/9497573 diff --git a/libft b/libft deleted file mode 160000 index c335eb1..0000000 --- a/libft +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c335eb1f6a77f1db972c9f984962836c476d7e70 diff --git a/libft b/libft new file mode 120000 index 0000000..4aa6356 --- /dev/null +++ b/libft @@ -0,0 +1 @@ +../../libft \ No newline at end of file