/[rtmk]/rtmk/include/rtmk/std-types.defs
ViewVC logotype

Diff of /rtmk/include/rtmk/std-types.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by jrydberg, Sun Feb 24 23:06:08 2002 UTC revision 1.12 by jrydberg, Wed Mar 6 00:43:30 2002 UTC
# Line 26  Line 26 
26  (import "thread.h")  (import "thread.h")
27  #endif  #endif
28    
29  (import "<rtmk/thread-status.h>")  (import "<rtmk/thread-state.h>")
30  (import "<stdbool.h>")  (import "<stdbool.h>")
31    
32  (define-type bool  (define-type bool
# Line 199  Line 199 
199  #endif  #endif
200  )  )
201    
202  (define-type thread-status-t  (define-type thread-state-t
203    (c-name "thread_status_t")    (c-name "char")
204    (comment "thread execution state")    (comment "thread execution state")
205    (attrs NO-FIXED-LENGTH)              ; attrs    (attrs NO-FIXED-LENGTH)              ; attrs
206    (native-type RTMK_MSG_TYPE_CHARACTER)    (native-type RTMK_MSG_TYPE_CHARACTER)
# Line 228  Line 228 
228    ()  ; array-size    ()  ; array-size
229    ()    ()
230    ()    ()
231    )
232    
233    (define-type pointer-t
234      (c-name "vm_offset_t")
235      (comment "???")
236      (attrs NO-FIXED-LENGTH,OUTOFLINE,RAW-CTYPE)
237      (native-type RTMK_MSG_TYPE_CHARACTER)
238      ()  ; array-size
239      ()
240      ()
241  )  )
242    
243  #endif /* std-types.defs */  #endif /* std-types.defs */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26