Files
bionic/libc/include
Elliott Hughes 2ecc164ae9 Remove the dependency on the non-uapi __kernel_nlink_t.
The kernel doesn't have an nlink_t; it just uses the equivalent of
uint32_t. We already had a usable __nlink_t in the C library, so
let's just define our nlink_t in terms of __nlink_t, which is what
__nlink_t was meant for anyway.

Note that our struct stat just follows the kernel, and doesn't refer
to nlink_t anyway.

Change-Id: I2a56e418e42404b1741b08c50554b03c11caebae
2013-11-08 14:38:12 -08:00
..
2013-09-30 18:42:13 -07:00
2013-07-11 16:21:32 -07:00
2013-08-13 14:30:59 -07:00
2012-09-13 16:54:57 -07:00
2013-02-07 09:40:16 -08:00
2012-09-04 14:11:28 +02:00