summaryrefslogtreecommitdiff
path: root/common/gdm-common-unknown-origin.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gdm-common-unknown-origin.h')
-rw-r--r--common/gdm-common-unknown-origin.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/gdm-common-unknown-origin.h b/common/gdm-common-unknown-origin.h
index a87e38ab..30dbcca4 100644
--- a/common/gdm-common-unknown-origin.h
+++ b/common/gdm-common-unknown-origin.h
@@ -29,15 +29,6 @@
G_BEGIN_DECLS
-#define VE_IGNORE_EINTR(expr) \
- do { \
- errno = 0; \
- expr; \
- } while G_UNLIKELY (errno == EINTR);
-
-/* like fopen with "w" but unlinks and uses O_EXCL */
-FILE * gdm_safe_fopen_w (const char *file,
- mode_t perm);
G_END_DECLS