Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions include/zephyr/posix/signal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2025 Space Cubics
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_POSIX_SIGNAL_H_
#define ZEPHYR_INCLUDE_POSIX_SIGNAL_H_

# warning "Since Zephyr v4.3, don't use <zephyr/posix/signal.h> directly; include <signal.h> instead."

Check warning on line 9 in include/zephyr/posix/signal.h

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LONG_LINE

include/zephyr/posix/signal.h:9 line length of 102 exceeds 100 columns

Check warning on line 9 in include/zephyr/posix/signal.h

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LONG_LINE

include/zephyr/posix/signal.h:9 line length of 102 exceeds 100 columns

Check warning on line 9 in include/zephyr/posix/signal.h

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LONG_LINE

include/zephyr/posix/signal.h:9 line length of 102 exceeds 100 columns
#include_next <signal.h>

#endif /* ZEPHYR_INCLUDE_POSIX_SIGNAL_H_ */
12 changes: 12 additions & 0 deletions include/zephyr/posix/time.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2025 Space Cubics
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_POSIX_TIME_H_
#define ZEPHYR_INCLUDE_POSIX_TIME_H_

# warning "Since Zephyr v4.3, don't use <zephyr/posix/time.h> directly; include <time.h> instead."
#include_next <time.h>

#endif /* ZEPHYR_INCLUDE_POSIX_TIME_H_ */
Loading