This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: atoll, llabs and lldiv


J. Johnston > You should always include a patch for Makefile.am, regardless of how trivial it is. No new functions should be added that are not addressed by the appropriate Makefile.am in some way.

Is this the only issue with these functions? Is advertising clause in atoll.c's license OK?

Makefile.am patch is attached.

--
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.

--- /home/dedekind/tmp/Makefile.am	2003-11-27 15:13:14.000000000 +0300
+++ Makefile.am	2003-11-27 15:14:28.000000000 +0300
@@ -69,7 +69,10 @@
 	strtoll.c	\
 	strtoll_r.c	\
 	strtoull.c	\
-	strtoull_r.c
+	strtoull_r.c    \
+	atoll.c         \
+	llabs.c         \
+	lldiv.c
 
 ELIX_2_OBJS = \
 	a64l.$(oext)		\

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]