Add forward declarations. --- fasthenry-3.0/src/fasthenry/sparse/spSolve.c.orig 2015-07-22 12:06:20.502771958 +0200 +++ fasthenry-3.0/src/fasthenry/sparse/spSolve.c 2015-07-22 12:12:03.822798513 +0200 @@ -95,6 +95,7 @@ #include "spDefs.h" +static void SolveComplexMatrix( MatrixPtr, RealVector, RealVector ); '/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/monitoring.scm
AgeCommit message (Expand)Author
2021-04-12services: postgresql: Change service default socket directory....Christopher Baines
2021-02-01Merge branch 'staging'Leo Famulari
2021-01-28services: postgresql: Add socket directory support....Mathieu Othacehe
2021-01-04tests: monitoring: Use the latest postgresql for testing Zabbix....Leo Famulari
2020-10-20services: databases: Don't specify a default postgresql version....Christopher Baines
2020-10-20tests: monitoring: Use (service postgresql-service-type)....Christopher Baines
2020-07-15tests: zabbix: Fix typo in comment....Oleg Pykhalov
2020-03-09tests: zabbix: Set 'PATH' before running the scripts....Ludovic Courtès