aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-06-10 20:34:32 +0200
committerMattias Andrée <maandree@kth.se>2022-06-10 20:34:32 +0200
commit056c5fe698f194c3187b9eec5378c441930c005b (patch)
treefc918970dcb3576774754c990af230b4dbab02e9 /Makefile
parentAdd strto[u]{hh,h,z}, strto{i,u}{,8,16,32,64} (diff)
downloadlibsimple-056c5fe698f194c3187b9eec5378c441930c005b.tar.gz
libsimple-056c5fe698f194c3187b9eec5378c441930c005b.tar.bz2
libsimple-056c5fe698f194c3187b9eec5378c441930c005b.tar.xz
Remove `static` from some `static inline`
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc583ab..88f2130 100644
--- a/Makefile
+++ b/Makefile
@@ -55,10 +55,15 @@ OBJ =\
aligned_wmemdup.o\
allocn.o\
asprintf.o\
+ close.o\
difftimespec.o\
difftimeval.o\
doubletotimespec.o\
doubletotimeval.o\
+ ealigned_memdup.o\
+ ealigned_strndup.o\
+ ealigned_wcsndup.o\
+ ealigned_wmemdup.o\
enaligned_allocz.o\
enaligned_memdup.o\
enaligned_realloc.o\
@@ -74,6 +79,7 @@ OBJ =\
enmalloc.o\
enmemdup.o\
enposix_memalignz.o\
+ enputenvf.o\
enrealloc.o\
enreallocarray.o\
enstrdup.o\
@@ -88,6 +94,16 @@ OBJ =\
enwcsdup.o\
enwcsndup.o\
enwmemdup.o\
+ ememdup.o\
+ eputenvf.o\
+ estrdup.o\
+ estrndup.o\
+ evputenvf.o\
+ ewcsdup.o\
+ ewcsndup.o\
+ ewmemdup.o\
+ getenv_e.o\
+ getenv_ne.o\
gmtime.o\
localtime.o\
memcasechr.o\
@@ -126,12 +142,14 @@ OBJ =\
memreplaceelem.o\
memreqlen.o\
memrmem.o\
+ memsetelem.o\
memscan.o\
memscan_inv.o\
memstarts.o\
minimise_number_string.o\
multimespec.o\
multimeval.o\
+ putenvf.o\
rawmemcasechr.o\
rawmemcasechr_inv.o\
rawmemchr.o\
@@ -216,6 +234,7 @@ OBJ =\
timespec2timeval.o\
timespectostr.o\
timevaltostr.o\
+ unlist.o\
vasprintf.o\
vmemalloc.o\
vputenvf.o\