]> code.delx.au - gnu-emacs/blobdiff - src/syswait.h
* lisp/uniquify.el (uniquify-buffer-name-style): Change default to `post-forward...
[gnu-emacs] / src / syswait.h
index 03e5cb5fe2ef98183d7eee6284ba8c5bf15cf3ef..4ae9129d7edd485a4b3c18c345e7eb1cba88247f 100644 (file)
@@ -52,9 +52,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define WTERMSIG(status) ((status) & 0x7f)
 #endif
 
-/* Defined in process.c.  */
-extern void record_deleted_pid (pid_t);
-
 /* Defined in sysdep.c.  */
 extern void wait_for_termination (pid_t, int *, bool);
 extern pid_t child_status_changed (pid_t, int *, int);