mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
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.
This commit is contained in:
parent
2e342fe623
commit
0dc87bc64b
@ -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.
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user