Skip to content

Conversation

@fabiankeil
Copy link
Contributor

... by using the same additional includes as on Linux.

Fixes:

  CC       tests/api/unit_test-test_rsa.o
tests/api.c:19554:9: error: call to undeclared function 'waitpid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
 19554 |         waitpid(pid, &waitstatus, 0);
   |         ^

Tested on ElectroBSD amd64 14.3-STABLE.

Description

Please describe the scope of the fix or feature addition.

Fixes zd#

Testing

How did you test?

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

... by using the same additional includes as on Linux.

Fixes:

      CC       tests/api/unit_test-test_rsa.o
    tests/api.c:19554:9: error: call to undeclared function 'waitpid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
     19554 |         waitpid(pid, &waitstatus, 0);
	   |         ^

Tested on ElectroBSD amd64 14.3-STABLE.
@wolfSSL-Bot
Copy link

Can one of the admins verify this patch?

@dgarske
Copy link
Contributor

dgarske commented Dec 31, 2025

Okay to test. Contributor agreement on file. Thank you @fabiankeil . @philljj will you review this?

@philljj
Copy link
Contributor

philljj commented Dec 31, 2025

Thank you @fabiankeil , I reproduced with ./configure --enable-all && make and this does fix it.

@philljj
Copy link
Contributor

philljj commented Dec 31, 2025

Retest this please.

(Found unhandled jenkins exception).

@philljj philljj merged commit 7765128 into wolfSSL:master Dec 31, 2025
357 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants