about summary refs log tree commit diff
path: root/stdio-common/tempname.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tempname.c')
-rw-r--r--stdio-common/tempname.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/stdio-common/tempname.c b/stdio-common/tempname.c
index d88f1c3946..77e695ca5f 100644
--- a/stdio-common/tempname.c
+++ b/stdio-common/tempname.c
@@ -20,18 +20,6 @@
 #include <stdio.h>
 #include <errno.h>
 
-/* Perform the "SVID path search malarkey" on DIR and PFX.  Write a
-   template suitable for use in __gen_tempname into TMPL, bounded
-   by TMPL_LEN. */
-int
-__path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx,
-	       int try_tmpdir)
-{
-  __set_errno (ENOSYS);
-  return -1;
-}
-stub_warning (__path_search)
-
 /* Generate a (hopefully) unique temporary filename
    in DIR (if applicable), using template TMPL.
    KIND determines what to do with that name.  It may be one of: