Use “int” for file descritors everywhere
Closed this issue · 2 comments
aperezdc commented
For example in the review of PR #55 we found out that there are some places where int32_t
is being used for file descriptors, instead of int
(which is the appropriate type).
zdobersek commented
We adopted int32_t (at least in linux_dmabuf_attributes) on our own:
#55 (comment)
https://gitlab.freedesktop.org/wayland/weston/blob/master/libweston/linux-dmabuf.h#L43