cvs commit: src/lib/libpthread/thread thr_sig.c

Marcel Moolenaar marcel at FreeBSD.org
Mon Jun 23 17:37:28 PDT 2003


marcel      2003/06/23 17:37:26 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_sig.c 
  Log:
  Explicitly widen int types before casting to pointer types. On 64-bit
  platforms the compiler warns about incompatible integer/pointer casts
  and on ia64 this generally is bad news. We know that what we're doing
  here is valid/correct, so suppress the warning. No functional change.
  
  Sleeps better: marcel
  
  Revision  Changes    Path
  1.55      +4 -3      src/lib/libpthread/thread/thr_sig.c


More information about the cvs-src mailing list