From: Ulrich Drepper Date: Fri, 16 Oct 1998 16:28:05 +0000 (+0000) Subject: [subdir=misc] (sysdep_routines): Add setfsgid, setfsuid, setresgid, X-Git-Tag: glibc-2.16-ports-before-merge~3067 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f858fcedc84c1bf718069d4468a555acbf288093;p=thirdparty%2Fglibc.git [subdir=misc] (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid. --- diff --git a/sysdeps/unix/sysv/linux/m68k/Makefile b/sysdeps/unix/sysv/linux/m68k/Makefile index 71cee22442c..7e46d51b86c 100644 --- a/sysdeps/unix/sysv/linux/m68k/Makefile +++ b/sysdeps/unix/sysv/linux/m68k/Makefile @@ -3,7 +3,7 @@ m68k-syntax-flag = -DMOTOROLA_SYNTAX ifeq ($(subdir),misc) -sysdep_routines += mremap +sysdep_routines += mremap setfsgid setfsuid setresgid setresuid sysdep_headers += sys/reg.h endif