Eric Andersen 1e4dc96d61 Dear andersen:
Is the change on libbb/loop.c which you commited in 2005/1/3 effective
really?

The __GLIBC__ macro and __UCLIBC__ macro are defined in
feature.h in glibc source, so the change may not be effective.
If you want to check this with __GLIBC__, feature.h header is needed.

Some architectures(e.g. PPC series) need to include linux/posix_types.h
in stead of asm/posix_types.h, so the patch which is attached with
this mail include <linux/posix_types.h>.
2005-01-04 20:37:55 +00:00
..
2003-03-19 09:13:01 +00:00
2004-05-01 01:27:30 +00:00
2003-03-19 09:13:01 +00:00
2003-05-26 14:07:50 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2004-02-05 13:49:29 +00:00
2004-08-26 21:45:21 +00:00
2004-04-14 17:51:38 +00:00
2005-01-04 20:37:55 +00:00
2004-10-08 07:46:08 +00:00
2004-10-08 07:46:08 +00:00
2004-09-15 03:04:08 +00:00
2004-10-08 08:07:40 +00:00
2004-10-08 08:07:40 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2004-03-27 11:26:32 +00:00
2004-04-14 17:51:38 +00:00
2004-08-26 22:18:59 +00:00
2002-12-14 01:58:59 +00:00
2004-04-07 17:59:04 +00:00
2003-05-26 14:07:50 +00:00
2004-04-14 17:51:38 +00:00
2004-03-06 22:11:45 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00
2004-04-14 17:51:38 +00:00
2004-04-14 17:51:38 +00:00
2003-03-19 09:13:01 +00:00
2004-04-14 17:51:38 +00:00
2003-05-26 14:07:50 +00:00
2003-03-19 09:13:01 +00:00
2003-03-19 09:13:01 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>