Changeset d90df9aa in rtems
- Timestamp:
- 01/26/99 16:00:04 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c9df8d8f
- Parents:
- 39ba9122
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/pthreadgetschedparam.c
r39ba9122 rd90df9aa 20 20 #include <rtems/system.h> 21 21 #include <rtems/posix/pthread.h> 22 #include <rtems/posix/priority.h> 22 23 23 24 int pthread_getschedparam( -
cpukit/posix/src/pthreadgetschedparam.c
r39ba9122 rd90df9aa 20 20 #include <rtems/system.h> 21 21 #include <rtems/posix/pthread.h> 22 #include <rtems/posix/priority.h> 22 23 23 24 int pthread_getschedparam(
Note: See TracChangeset
for help on using the changeset viewer.