Nick Kralevich bd8e6749b7 cdefs.h: introduce __bos0
Introduce __bos0 as a #define for __builtin_object_size((s), 0).
This macro is intended to be used for places where the standard
__bos macro isn't appropriate.

memcpy, memmove, and memset deliberately use __bos0. This is done
for two reasons:

1) I haven't yet tested to see if __bos is safe to use.
2) glibc uses __bos0 for these methods.

Change-Id: Ifbe02efdb10a72fe3529dbcc47ff647bde6feeca
2013-08-28 14:27:14 -07:00
..
2012-08-01 17:53:07 -07:00
2012-08-10 12:23:58 -07:00
2012-08-02 16:07:26 -07:00
2013-02-26 13:27:15 -08:00
2013-08-28 14:27:14 -07:00
2013-01-29 17:49:12 -08:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2013-01-23 16:49:47 -08:00
2010-01-15 15:57:02 -08:00
2010-01-15 15:57:02 -08:00
2013-07-09 13:25:03 -07:00
2013-08-08 17:13:33 -07:00
2013-07-09 13:25:03 -07:00
2013-07-09 13:25:03 -07:00
2013-05-14 14:45:02 -07:00
2012-09-11 22:47:31 +03:00
2009-03-03 19:28:35 -08:00
2013-07-09 13:25:03 -07:00
2009-03-03 19:28:35 -08:00
2010-10-13 15:46:55 +02:00