Changeset 213 for trunk/src/emx/include
- Timestamp:
- May 21, 2003, 11:57:27 PM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/emx/asm386.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r212 r213 73 73 #define FP_INFINITE 3 74 74 #define FP_NAN 4 75 76 /* Macros for defining standard libc functions */ 77 78 #define CONCAT(x,y) x ## y 79 #define _STD(x) CONCAT(__std_,x) -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/emx/syscalls.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r212 r213 53 53 struct timeb; 54 54 struct timeval; 55 struct _fd_set;56 55 57 56 struct _find … … 104 103 { 105 104 int nfds; 106 struct _fd_set * readfds;107 struct _fd_set * writefds;108 struct _fd_set * exceptfds;105 struct fd_set * readfds; 106 struct fd_set * writefds; 107 struct fd_set * exceptfds; 109 108 struct timeval * timeout; 110 109 }; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.