commit | 2ecc164ae9b8062e29faf5eca491669e2741cab3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Nov 08 14:38:12 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Nov 08 14:38:12 2013 -0800 |
tree | 7e439e620ea4ab1f975ffdf8e9640dc16f9b8854 | |
parent | 68723453ac920004fcba2a820c2d56919a5b7081 [diff] |
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