]> code.delx.au - gnu-emacs/blobdiff - lib/careadlinkat.c
* python.el (python-pdbtrack-stack-entry-regexp)
[gnu-emacs] / lib / careadlinkat.c
index 6e4aa1395ff06057f4352865248b688d65dc6ccf..751578b9a58fc6f46894cbbef3237d716f1c347b 100644 (file)
@@ -39,7 +39,6 @@
 
 #include "allocator.h"
 
-#if ! HAVE_READLINKAT
 /* Get the symbolic link value of FILENAME and put it into BUFFER, with
    size BUFFER_SIZE.  This function acts like readlink  but has
    readlinkat's signature.  */
@@ -53,7 +52,6 @@ careadlinkatcwd (int fd, char const *filename, char *buffer,
     abort ();
   return readlink (filename, buffer, buffer_size);
 }
-#endif
 
 /* Assuming the current directory is FD, get the symbolic link value
    of FILENAME as a null-terminated string and put it into a buffer.