mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #8919 from philljj/fix_linuxkm_getpid
linuxkm: add WOLFSSL_NO_GETPID to wolfcrypt settings.h.
This commit is contained in:
@ -3622,6 +3622,9 @@ extern void uITRON4_free(void *p) ;
|
||||
|
||||
/* Linux Kernel Module */
|
||||
#ifdef WOLFSSL_LINUXKM
|
||||
#ifndef WOLFSSL_NO_GETPID
|
||||
#define WOLFSSL_NO_GETPID
|
||||
#endif /* WOLFSSL_NO_GETPID */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#undef HAVE_CONFIG_H
|
||||
|
Reference in New Issue
Block a user