ataraxialinux / ataraxia

Simple and lightweight source-based multi-platform Linux distribution with musl libc.
https://ataraxialinux.org
GNU General Public License v3.0
282 stars 19 forks source link

libc: use <stddef.h> instead of <sys/types.h> #245

Closed cvengler closed 3 years ago

cvengler commented 3 years ago

stddef.h has advantages over sys/types.h namely that it is part of the C standard as well as the fact that it contains only the definitions required by these functions and therefore doesn't litter the typedef space.