summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/sock.c')
-rw-r--r--cpukit/httpd/sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/sock.c b/cpukit/httpd/sock.c
index fce0b692cb..c61f94af27 100644
--- a/cpukit/httpd/sock.c
+++ b/cpukit/httpd/sock.c
@@ -688,7 +688,7 @@ socket_t *socketPtr(int sid)
* Get the operating system error code
*/
-int socketGetError()
+int socketGetError(void)
{
#if (defined (WIN) || defined (CE))
switch (WSAGetLastError()) {