- Timestamp:
- May 15, 2003, 4:24:28 PM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 13 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/emx/io.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r142 r143 226 226 int *_fd_init (int); 227 227 int *_fd_lookahead (int); 228 struct _FILE *_ fopen(struct _FILE *, __const__ char *, __const__ char *,228 struct _FILE *_openstream (struct _FILE *, __const__ char *, __const__ char *, 229 229 int, int); 230 230 int _flushstream (struct _FILE *, int); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/emx/syscalls.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r142 r143 177 177 int __listen (int handle, int backlog); 178 178 int __lseek (int handle, long offset, int origin); 179 void *__memaccess (unsigned first, unsigned last, int flag);180 179 int __memavail (void); 181 180 int __mkdir (__const__ char *name); … … 184 183 void __nls_memupr (unsigned char *buf, size_t size); 185 184 int __open (__const__ char *name, int flags, unsigned long size); 186 void__pause (void);185 int __pause (void); 187 186 int __pipe (int *two_handles, int pipe_size); 188 int __portaccess (unsigned first, unsigned last);189 187 int __profil (__const__ struct _profil *p); 190 188 int __ptrace (int request, int pid, int addr, int data); … … 204 202 int __setsockopt (int handle, int level, int optname, __const__ void *optval, 205 203 int optlen); 206 int __setsyserrno (int e);207 204 int __settime (const struct timeval *tp); 208 205 int __shutdown (int handle, int how); … … 219 216 int __stat (__const__ char *name, struct stat *buffer); 220 217 int __swchar (int flag, int new_char); 221 int __syserrno (void);222 218 int __uflags (int mask, int new_flags); 223 219 long __ulimit (int cmd, long new_limit); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/emx/time.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r142 r143 30 30 extern struct _tzinfo _tzi; 31 31 32 extern int const _year_day[_YEARS+1];33 extern int const _month_day_leap[];34 extern int const _month_day_non_leap[];32 extern unsigned short const _year_day[_YEARS+1]; 33 extern unsigned short const _month_day_leap[]; 34 extern unsigned short const _month_day_non_leap[]; 35 35 36 36 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r142 r143 248 248 void _scrsize (int *); 249 249 void _searchenv (__const__ char *, __const__ char *, char *); 250 int _setsyserrno (int);251 250 void _sfnlwr (__const__ char *); 252 251 unsigned _sleep2 (unsigned); … … 258 257 unsigned long long _strtoull (__const__ char *, char **, int); 259 258 char _swchar (void); 260 int _syserrno (void);261 259 _uldiv_t _uldiv (unsigned long, unsigned long); 262 260 _ulldiv_t _ulldiv (unsigned long long, unsigned long long); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/hw.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r142 r143 7 7 extern "C" { 8 8 #endif 9 10 void *_memaccess (unsigned, unsigned, int);11 int _portaccess (unsigned, unsigned);12 9 13 10 unsigned _inp8 (unsigned); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.