Changeset e090e1bc in mainline for generic/include
- Timestamp:
- 2006-06-05T11:01:29Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b91bb65
- Parents:
- 214c5a0
- Location:
- generic/include
- Files:
-
- 2 edited
-
proc/task.h (modified) (1 diff)
-
synch/futex.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r214c5a0 re090e1bc 33 33 #include <synch/spinlock.h> 34 34 #include <synch/mutex.h> 35 #include <synch/futex.h> 35 36 #include <adt/btree.h> 36 37 #include <adt/list.h> -
generic/include/synch/futex.h
r214c5a0 re090e1bc 48 48 extern __native sys_futex_wakeup(__address uaddr); 49 49 50 extern void futex_cleanup(void); 51 50 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
