summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-22 14:58:41 +0100
committerMarge Bot <emma+marge@anholt.net>2024-03-09 17:12:46 +0000
commit15d3c1a6f1266c139f56f7c674c8f39a8227328b (patch)
treee91eb57dd7ef6eac09afdf18d4378a42d60b9ee3 /include
parent1bdbe1cb3f7ed3600009fb9d436c3f749eb3ec1a (diff)
os: move os_move_fd() out of public API
This function isn't used by any driver and doesn't seem to be useful for them, thus move it out of the public module API, in order to tidy it up a bit. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1366>
Diffstat (limited to 'include')
-rw-r--r--include/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/os.h b/include/os.h
index ac5c9ee9d..84770c535 100644
--- a/include/os.h
+++ b/include/os.h
@@ -697,9 +697,6 @@ LogPrintMarkers(void);
extern _X_EXPORT void
xorg_backtrace(void);
-extern _X_EXPORT int
-os_move_fd(int fd);
-
#include <signal.h>
#if defined(WIN32) && !defined(__CYGWIN__)