Skip to content
Commit 89cf4cea authored by Christopher Friedt's avatar Christopher Friedt Committed by Anas Nashif
Browse files

posix: pthread: mitigate include order sensitivity



Previously, the `posix_internal.h` header needed to be exposed
to the application because we had non-trivial details for
most posix types (pthread, mutex, cond, ...). Since most of
those have been simplified to a typedef'ed integer, we
no longer need to expose that header to the applicaiton.

Additionally, it means that we can adopt normalized
header order in posix.

Additionally, keep more implementation details hidden
and prefer the static keyword on internal symbols where
possible.

Signed-off-by: default avatarChristopher Friedt <cfriedt@meta.com>
parent d9bae7ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment