diff options
Diffstat (limited to 'newlib/libc/sys/sysvi386/getgroups.S')
-rw-r--r-- | newlib/libc/sys/sysvi386/getgroups.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/sys/sysvi386/getgroups.S b/newlib/libc/sys/sysvi386/getgroups.S deleted file mode 100644 index d690adf44..000000000 --- a/newlib/libc/sys/sysvi386/getgroups.S +++ /dev/null @@ -1,8 +0,0 @@ - .globl _getgroups - .globl getgroups -_getgroups: -getgroups: - movl $0x2b28, %eax - lcall $7,$0 - jb _cerror - ret |