Skip to content
  • Simon McVittie's avatar
    _dbus_modify_sigpipe: be thread-safe · bf20f738
    Simon McVittie authored and Ralf Habacker's avatar Ralf Habacker committed
    This needs new atomic primitives: we don't have "set to a value",
    and in fact that's a bit annoying to implement in terms of gcc
    intrinsics. "Set to 0" and "set to nonzero" are easy, though.
    bf20f738