mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/aix/getegid.c: Don't try to include <sys/id.h>.
This commit is contained in:
parent
dc32d4fe06
commit
d98f10d25b
|
@ -1,5 +1,6 @@
|
||||||
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/aix/getegid.c: Don't try to include <sys/id.h>.
|
||||||
* sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
|
* sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
|
||||||
* sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
|
* sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
|
||||||
* sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
|
* sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
|
||||||
|
|
|
@ -12,7 +12,7 @@ endif
|
||||||
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
||||||
inhibit-glue = yes
|
inhibit-glue = yes
|
||||||
|
|
||||||
# XXX Don"t know yet why this is needed in the moment.
|
# XXX Don't know yet why this is needed in the moment.
|
||||||
ifeq ($(subdir),timezone)
|
ifeq ($(subdir),timezone)
|
||||||
CPPFLAGS-zic.c = -Dunix
|
CPPFLAGS-zic.c = -Dunix
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue