- Timestamp:
- 08/06/96 17:45:12 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c123a084
- Parents:
- 0f99198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/newlibc.c
r0f99198 r4bab8e2d 291 291 } 292 292 293 #if 0 293 294 /* 294 295 * Routines required by the gnat runtime. … … 299 300 return errno; 300 301 } 302 #endif 301 303 302 304 /* … … 374 376 } 375 377 378 #if !defined(RTEMS_POSIX_API) 376 379 unsigned int sleep( 377 380 unsigned int seconds … … 398 401 return 0; 399 402 } 400 401 402 #endif 403 #endif 404 405 406 #endif
Note: See TracChangeset
for help on using the changeset viewer.