Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
    • Philipp Gesang's avatar
      fix argument names in the mq_* family of functions · 165161be
      Philipp Gesang authored
      It's *msg_prio* in both manpages and posix.
      165161be
    • bors's avatar
      Auto merge of #1521 - Wind-River:master_rebase, r=gnzlbg · 56850068
      bors authored
      Fix building error at backtrace
      
      I get this error when builind backtrace:
      
      error[E0308]: mismatched types
        --> /folk/prj-rust-dev/bpang/ala-diab-pb19l/fix_bugs/latest/.cargo/git/checkouts/backtrace-rs-fb1f822361417489/e745627/src/symboli\
      ze/dladdr.rs:38:73
         |
      38 |                         Some(SymbolName::new(slice::from_raw_parts(ptr, len)))
         |                                                                         ^^^ expected usize, found u64
      help: you can convert an `u64` to `usize` and panic if the converted value wouldn't fit
      
      It shows the 'size_t' is expected to be defined as "usize".
      56850068
  2. Sep 17, 2019
  3. Sep 16, 2019
  4. Sep 14, 2019
  5. Sep 13, 2019
  6. Sep 12, 2019
  7. Sep 11, 2019
  8. Sep 07, 2019
  9. Sep 06, 2019
  10. Sep 02, 2019
  11. Sep 01, 2019
Loading