aboutsummaryrefslogtreecommitdiffstats
path: root/include/solaris-compat/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/solaris-compat/compat.h')
-rw-r--r--include/solaris-compat/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/solaris-compat/compat.h b/include/solaris-compat/compat.h
index b34cf11f4..a40ce4f1d 100644
--- a/include/solaris-compat/compat.h
+++ b/include/solaris-compat/compat.h
@@ -42,5 +42,5 @@ typedef unsigned int u_int32_t;
char* strsep(char** str, const char* delims);
int setenv(const char *name, const char *value, int overwrite);
-int unsetenv(const char *name);
+void unsetenv(const char *name);
#endif