FreeRDP/uwac/libuwac
Fabrice Fontaine 3929226830 src/libuwac/uwac-os.c: fix build with uclibc
O_TMPFILE is used since version 2.0.0 and
52ef8079ea

However, this will result in the following build failure on uclibc or
uclibc-ng:

/home/fabrice/buildroot/output/build/freerdp-2.0.0/uwac/libuwac/uwac-os.c:228:18: error: ‘O_TMPFILE’ undeclared (first use in this function); did you mean ‘EMFILE’?
  fd = open(path, O_TMPFILE | O_RDWR | O_EXCL, 0600);
                  ^~~~~~~~~
                  EMFILE

To fix this build failure, define O_TMPFILE if needed

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-04-10 10:29:28 +02:00
..
.gitignore Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt Implemented UWAC clipboard handling. 2019-01-23 15:54:05 +01:00
uwac-clipboard.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
uwac-display.c Silenced warning due to missing debug define guard. 2020-03-10 14:04:53 +01:00
uwac-input.c Enforce coding style. 2020-04-09 13:49:10 +02:00
uwac-os.c src/libuwac/uwac-os.c: fix build with uclibc 2020-04-10 10:29:28 +02:00
uwac-os.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-output.c Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-priv.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-tools.c Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-utils.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
uwac-utils.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-window.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00