diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-02 14:05:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-02 14:05:37 +0200 |
commit | 2268eb37c71d8cc83887b93ca8d81289798a0552 (patch) | |
tree | 4b3a10898aa4978730e94a357f21ba9a1f02b8b1 /Makefile | |
parent | Add missing .c files (diff) | |
download | libsimple-2268eb37c71d8cc83887b93ca8d81289798a0552.tar.gz libsimple-2268eb37c71d8cc83887b93ca8d81289798a0552.tar.bz2 libsimple-2268eb37c71d8cc83887b93ca8d81289798a0552.tar.xz |
Add needstack, get_stack_direction, get_stack_limit, and get_stack_space
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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\ |