Files
bionic/libc/private
synergydev baa5874404 libc: Remove deprecated register
In c++11, register has been deprecated, and
libc is now built as gnu++11

From the documentation:
A register specifier is a hint to the implementation
that the variable so declared will be heavily used.
[ Note: The hint can be ignored and in most implementations
it will be ignored if the address of the variable is taken.
This use is deprecated (see D.2)

Change-Id: I459dc3f5f9de63fc09eeda3bc6700f31bdf20f6f
2013-10-06 13:25:02 -07:00
..
2013-03-15 16:12:58 -07:00
2013-10-06 13:25:02 -07:00
2012-10-11 16:08:51 -07:00
2013-02-25 13:14:31 -08:00