Skip to content

Possible typo in the function "tickit_watch_io" #8

Description

@brickpool

The AND operation of the flags is performed using an unusual construct (TICKIT_BIND_UNBIND|TICKIT_BIND_UNBIND).
To me, this looks like a typo in the function tickit_watch_io. This should probably be watch->flags = flags & (TICKIT_BIND_UNBIND|TICKIT_BIND_DESTROY), see

watch->flags = flags & (TICKIT_BIND_UNBIND|TICKIT_BIND_UNBIND);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions