diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-06-12 10:31:20 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-06-20 14:43:43 +1200 |
| commit | bf3ed1d4f6eeba7fc5b56e33ff3ef6f6daf723ce (patch) | |
| tree | 6a809d3e518159c016e38eb5a1604b6fd96e510a /man2 | |
| parent | 5945cd7bd3c310b4c8a6dfc1eb55c9d066a63952 (diff) | |
| download | man-pages-bf3ed1d4f6eeba7fc5b56e33ff3ef6f6daf723ce.tar.gz | |
spu_create.2: Remove <sys/types.h>
It's only needed for getting 'mode_t'.
But that type is better documented in system_data_types(7).
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/spu_create.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man2/spu_create.2 b/man2/spu_create.2 index d192eb0255..6541a6e9ae 100644 --- a/man2/spu_create.2 +++ b/man2/spu_create.2 @@ -27,7 +27,6 @@ spu_create \- create a new spu context .SH SYNOPSIS .nf -.B #include <sys/types.h> .B #include <sys/spu.h> .PP .BI "int spu_create(const char *" pathname ", unsigned int " flags \ |
