2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>

* shttpd/compat_rtems.h: Define closesocket.
This commit is contained in:
Ralf Corsepius
2007-06-11 14:05:21 +00:00
parent 7d7af1165c
commit 5e262885b6
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/compat_rtems.h: Define closesocket.
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/compat_rtems.h: Add IS_DIRSEP_CHAR.
+1
View File
@@ -22,6 +22,7 @@
#define DIRSEP '/'
#define IS_DIRSEP_CHAR(c) ((c) == '/')
#define O_BINARY 0
#define closesocket(a) close(a)
#define ERRNO errno
/* RTEMS version is Thread Safe */