qapi: Add "errno" to the list of polluted words
commit8592a545b61b99114a86ee7cecef7a5f284d1b6c
authorMax Reitz <mreitz@redhat.com>
Fri, 20 Dec 2013 18:28:18 +0000 (20 19:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:18 +0000 (22 12:07 +0100)
treea8081ed01160cedb89c4be590fa1da3f2597c74a
parent22511ad681348cc4e500ebafdc324b0909d41c95
qapi: Add "errno" to the list of polluted words

Using "errno" directly as an identifier results in various syntax
errors; therefore it should be added to the list of polluted words.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
scripts/qapi.py