blob: 053885e78668966555cfa089465a71ffb7c512e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef LIBPOSIX_POSIXKIT_THREAD_H
#define LIBPOSIX_POSIXKIT_THREAD_H
#include <libPOSIXWrapper/POSIXKit/unistd.h>
#define PTHREAD_UNSAFE /* hint */
#define PTHREAD_SAFE /* hint */
#endif // LIBPOSIX_POSIXKIT_THREAD_H
|