diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-17 15:14:41 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-17 22:06:00 +0100 |
| commit | 9441a71d1debc9cf56d09875aa574e66fe89b6fb (patch) | |
| tree | c02ab6a9ba0637adf2bd77bf63dd3d5bfa313d9f /man7/man-pages.7 | |
| parent | f485a22184e66248566ff80ad1faa7168f65f331 (diff) | |
| download | man-pages-9441a71d1debc9cf56d09875aa574e66fe89b6fb.tar.gz | |
inode.7: STANDARDS: Remove bogus recommendation
'blkcnt_t' is defined in <sys/types.h>, per POSIX.1-2001, as
blkcnt_t(3type) documents. Also, it doesn't need any ftm(7) to be
defined, AFAICS:
$ cat blkcnt_t.c
#include <sys/types.h>
int main(void) {
blkcnt_t x;
return x = 0;
}
$ cc -Wall -Wextra blkcnt_t.c
$
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/man-pages.7')
0 files changed, 0 insertions, 0 deletions
