- Timestamp:
- 08/23/95 19:30:23 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5250ff39
- Parents:
- 80e2c29e
- Location:
- c/src/lib
- Files:
-
- 12 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shmdr/shm.h
r80e2c29e r3235ad9 15 15 * notice must appear in all copies of this file and its derivatives. 16 16 * 17 * shm.h,v 1.2 1995/05/09 20:23:03 joel Exp17 * $Id$ 18 18 */ 19 19 -
c/src/lib/libbsp/shmdr/shm_driver.h
r80e2c29e r3235ad9 15 15 * notice must appear in all copies of this file and its derivatives. 16 16 * 17 * shm.h,v 1.2 1995/05/09 20:23:03 joel Exp17 * $Id$ 18 18 */ 19 19 -
c/src/lib/libc/__brk.c
r80e2c29e r3235ad9 15 15 * notice must appear in all copies of this file and its derivatives. 16 16 * 17 * __brk.c,v 1.2 1995/05/09 20:24:28 joel Exp17 * $Id$ 18 18 */ 19 19 -
c/src/lib/libc/__gettod.c
r80e2c29e r3235ad9 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * __gettod.c,v 1.2 1995/05/09 20:24:31 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/lib/libc/newlibc.c
r80e2c29e r3235ad9 36 36 * NOTE: 37 37 * 38 * newlibc.c,v 1.2 1995/05/09 20:24:37 joel Exp38 * $Id$ 39 39 * 40 40 */ -
c/src/lib/libmisc/stackchk/check.c
r80e2c29e r3235ad9 251 251 running, 252 252 running->Object.id, 253 * running->Object.name253 *(unsigned32 *)running->Object.name 254 254 ); 255 255 fflush(stderr); … … 388 388 printf( "0x%08x 0x%08x 0x%08x 0x%08x %8d %8d\n", 389 389 the_thread ? the_thread->Object.id : ~0, 390 the_thread ? * the_thread->Object.name :390 the_thread ? *(unsigned32 *)the_thread->Object.name : 391 391 rtems_build_name('I', 'N', 'T', 'R'), 392 392 (unsigned32) stack->area,
Note: See TracChangeset
for help on using the changeset viewer.