From 2268eb37c71d8cc83887b93ca8d81289798a0552 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Jul 2024 14:05:37 +0200 Subject: Add needstack, get_stack_direction, get_stack_limit, and get_stack_space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a2ada3..8e0048c 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ SUBHDR =\ libsimple/realloc.h\ libsimple/search.h\ libsimple/sort.h\ + libsimple/stack.h\ libsimple/str.h\ libsimple/strdup.h\ libsimple/strn.h\ @@ -552,6 +553,9 @@ OBJ =\ fexecv.o\ freadlink.o\ generate_seed.o\ + get_stack_direction.o\ + get_stack_limit.o\ + get_stack_space.o\ getcwd.o\ getenv_e.o\ getenv_ne.o\ @@ -639,6 +643,7 @@ OBJ =\ minimise_number_string.o\ multimespec.o\ multimeval.o\ + needstack.o\ posix_memalignn.o\ posix_memalignz.o\ posix_memalignzn.o\ -- cgit v1.2.3-70-g09d2