Skip to content
Permalink
Browse files
MDEV-8941 Compile on Solaris (SPARC) fails with errors in filamvct.cpp
remove unnecessary declaration
  • Loading branch information
vuvova committed Jul 19, 2018
1 parent e2ac409 commit 0b3e28a
Showing 1 changed file with 0 additions and 5 deletions.
@@ -65,11 +65,6 @@
extern int num_read, num_there; // Statistics
static int num_write;

#if defined(UNIX)
// Add dummy strerror (NGC)
char *strerror(int num);
#endif // UNIX

/***********************************************************************/
/* Header containing block info for not split VEC tables. */
/* Block and last values can be calculated from NumRec and Nrec. */

0 comments on commit 0b3e28a

Please sign in to comment.