Changeset e9a9bdd in rtems
- Timestamp:
- 12/23/07 07:13:55 (15 years ago)
- Branches:
- 4.8
- Children:
- c752e849
- Parents:
- 2bf27202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/sync.c
r2bf27202 re9a9bdd 71 71 } 72 72 73 intsync(void)73 void sync(void) 74 74 { 75 75 extern struct _reent libc_global_reent; … … 89 89 */ 90 90 rtems_iterate_over_all_threads(sync_per_thread); 91 92 return 0;93 91 }
Note: See TracChangeset
for help on using the changeset viewer.