]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2001-10-10 Jeff Bailey <jbailey@nisa.net>
authorRoland McGrath <roland@gnu.org>
Wed, 10 Oct 2001 20:11:04 +0000 (20:11 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 10 Oct 2001 20:11:04 +0000 (20:11 +0000)
        * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
        bits/errno.h

2001-10-07  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.

ChangeLog
sysdeps/mach/hurd/Makefile

index 4b807d81134fbbcfaed50996cbdc40432c3055ab..ce2df740a297e6af81104b3c9ac01427d0368ae0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-10-10  Jeff Bailey  <jbailey@nisa.net>
+
+        * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
+        bits/errno.h
+
+2001-10-07  Roland McGrath  <roland@frob.com>
+
+       * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
+
 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/elf.h: Add more ELFOSABI_* constants.
index 81fd059d787644aba995edaacff3148680e56fd5..586ca4a20c02ba5ce52beb3da0baa0d6c1956ea7 100644 (file)
@@ -80,7 +80,7 @@ endef
 -include $(common-objpfx)errnos.d
 $(common-objpfx)errnos.d: $(mach-errnos-deps)
        $(mach-errno-h) | \
-       $(CC) $(CPPFLAGS) -M -x c - | \
+       $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \
        sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \
            -e 's, \.\./, $(..),g' > $@t
        mv -f $@t $@