mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 23:05:18 +08:00
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/compat_rtems.h: Define closesocket.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user