Skip to content
  • Nick Mathewson's avatar
    Add a PID_T_FORMAT for writing pids to logs · 07656d70
    Nick Mathewson authored
    This is based on code by yayooo for 7260, but:
    
     - It allows for SIZEOF_PID_T == SIZEOF_SHORT
    
     - It addresses some additional cases where we weren't getting any
       warnings only because we were casting pid_t to int.
    07656d70