Skip to content

Commit 9a02561

Browse files
aescolarnashif
authored andcommitted
Revert "posix: procN: add missing alias for getpid()"
This reverts commit be086f1. PR zephyrproject-rtos#73978 introduced a regression. Unfortunately this PR cannot be reverted without reverting also Let's revert both PRs to stabilize main again towards the 3.7 release. For more details on the issue see zephyrproject-rtos#75205 Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 772ba46 commit 9a02561

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/posix/options/multi_process.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ pid_t getpid(void)
2121

2222
return 42;
2323
}
24-
#ifdef CONFIG_POSIX_MULTI_PROCESS_ALIAS_GETPID
25-
FUNC_ALIAS(getpid, _getpid, pid_t);
26-
#endif /* CONFIG_POSIX_MULTI_PROCESS_ALIAS_GETPID */

0 commit comments

Comments
 (0)