statx.2: SYNOPSIS: Fix includes
commitc9f3f8494cdc1ffbdd28a4efb81944ca9ac36684
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 12 Jun 2021 08:31:25 +0000 (12 10:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Jun 2021 02:43:43 +0000 (20 14:43 +1200)
tree86a0f70e7b756108f5dc6f1e7e48f7ef90bdbd44
parentc8b91df19eec34cc03302f1b3a43513251fe0a99
statx.2: SYNOPSIS: Fix includes

<unistd.h> doesn't seem to be needed:
  AT_* constants come from <fcntl.h>
  STATX_* constants come from <sys/stat.h>
  'struct statx' comes from <sys/stat.h>

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/statx.2