Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11/libxshmfence: Pacify refined macro warnings | Jung-uk Kim | 2021-05-27 | 1 | -2/+16 |
| | | | | | | | | | | These macros should be defined in sys/mman.h. Actually, it was an old Linux hack to work around header file inconsistency. For example, https://manpages.ubuntu.com/manpages/bionic/man2/memfd_create.2.html https://manpages.ubuntu.com/manpages/focal/man2/memfd_create.2.html No functional change expected. | ||||
* | x11/libxshmfence: prefer SHM_ANON over mksotemp() | Jan Beich | 2021-05-27 | 1 | -1/+11 |
| | | | | | | | SHM_ANON is faster and more similar to memfd_create() PR: 239630 Approved by: jkim | ||||
* | x11/libxshmfence: Update to 1.3 | Niclas Zeising | 2019-06-17 |