mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
1999-03-18 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 implementation. 1999-03-18 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386 implementation.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
1999-03-18 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386
|
||||||
|
implementation.
|
||||||
|
|
||||||
1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* timezone/africa: Update from tzdata1999b.
|
* timezone/africa: Update from tzdata1999b.
|
||||||
|
2
sysdeps/unix/sysv/linux/arm/getgroups.c
Normal file
2
sysdeps/unix/sysv/linux/arm/getgroups.c
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/* We also have to rewrite the kernel gid_t to the user land type. */
|
||||||
|
#include <sysdeps/unix/sysv/linux/i386/getgroups.c>
|
Reference in New Issue
Block a user