From b07dc7e1b315fdf2fbba7863cdfcbcebd7b51a67 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Aug 1998 19:20:01 +0000 Subject: [PATCH] [subdirs=misc] (sysdeps_routines): Add umount. --- sysdeps/unix/sysv/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 66a4567f14a..360bc7c2527 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -5,7 +5,7 @@ sysdep_routines += errno-loc endif ifeq ($(subdir),misc) -sysdep_routines += sysctl clone llseek getresuid getresgid +sysdep_routines += sysctl clone llseek getresuid getresgid umount sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h sys/mtio.h \ sys/io.h sys/klog.h sys/kdaemon.h \ -- 2.47.2