OSDN Git Service

libc: Remove deprecated register
authorsynergydev <synergye@codefi.re>
Sun, 6 Oct 2013 19:57:51 +0000 (12:57 -0700)
committersynergydev <synergye@codefi.re>
Sun, 6 Oct 2013 20:25:02 +0000 (13:25 -0700)
commitbaa5874404351b606c29239606db00f8903e8ece
tree9e9ad100f1556263f72626f53e04609526e7f949
parent5677742199456e96a5f5e006102a0bafa79747b2
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
libc/private/bionic_tls.h