aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 8e18bb7b650..7f8f0e1c0fb 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -51,10 +51,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
51#include <utmp.h> 51#include <utmp.h>
52#endif 52#endif
53 53
54#if !defined (S_ISLNK) && defined (S_IFLNK)
55#define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
56#endif
57
58/* A file whose last-modified time is just after the most recent boot. 54/* A file whose last-modified time is just after the most recent boot.
59 Define this to be NULL to disable checking for this file. */ 55 Define this to be NULL to disable checking for this file. */
60#ifndef BOOT_TIME_FILE 56#ifndef BOOT_TIME_FILE