diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-05 16:34:34 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-05 16:34:34 +0200 |
| commit | 48d05103071830b6708a3ecabeddcdef5f3daa44 (patch) | |
| tree | f1082a1ba85049eb3da7ff1d27d54255822414b2 /man7/unix.7 | |
| parent | 3b7e518d4455d8c4e66094a275547134369a83d4 (diff) | |
| download | man-pages-48d05103071830b6708a3ecabeddcdef5f3daa44.tar.gz | |
getgrouplist.3, insque.3, malloc_info.3, pthread_create.3, tsearch.3, aio.7: Use C99-style declarations for readability
Rather than writing things such as:
struct sometype *x;
...
x = malloc(sizeof(*x));
let's use C99 style so that the type info is in the same line as
the allocation:
struct sometype *x = malloc(sizeof(*x));
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
0 files changed, 0 insertions, 0 deletions
