Changeset 8b2ecf85 in rtems for c/src/lib/libc/newlibc.c
- Timestamp:
- 05/23/96 15:37:38 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9854e336
- Parents:
- 64b976a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/newlibc.c
r64b976a r8b2ecf85 132 132 */ 133 133 134 #ifdef RTEMS_UNIX134 #ifdef NEED_SETVBUF 135 135 rtems_extension 136 136 libc_begin_hook(rtems_tcb *current_task) … … 275 275 libc_extension.thread_create = libc_create_hook; 276 276 libc_extension.thread_start = libc_start_hook; 277 #ifdef RTEMS_UNIX277 #ifdef NEED_SETVBUF 278 278 libc_extension.thread_begin = libc_begin_hook; 279 279 #endif
Note: See TracChangeset
for help on using the changeset viewer.