Test report glibc-2.1.90

Kaoru Fukui k_fukui@highway.ne.jp
Mon Feb 21 12:41:00 GMT 2000


Hi!

I have a problem report.
it's setrlimit64.c on my MkLinux-R1's powerpc machine.

----- setrlimit64.c-----------
#include <sysdeps/unix/sysv/linux/i386/setrlimit64.c>
----- file end ----------------

But there isnot setrlimit64.c in sysdeps/unix/sysv/linux/i386/
Only setrlimit.c is there.
Look at the directry.

Then resource/MakeFile have 

--------------- resource/MakeFile ------------------
routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit      
\
	    vlimit vtimes getpriority setpriority nice
---------------------------------------------------

it's written setrlimit and setrlimit64.

I did "ls" in both diretcry.
So please see ls-sysv-linux-i386 and ls-sysv-linux-powerpc

I show the error in result.

Thanks
Kaoru

-------------- next part --------------
CVS
Dist
Makefile
Versions
bits
brk.c
chown.c
clone.S
dl-librecon.h
dl-procinfo.h
fchown.c
fxstat.c
getegid.c
geteuid.c
getgid.c
getgroups.c
getmsg.c
getpmsg.c
getresgid.c
getresuid.c
getrlimit.c
getrlimit64.c
getuid.c
gnu
i686
lchown.c
lxstat.c
mmap.S
mmap64.S
msgctl.c
oldgetrlimit64.c
pread.c
pread64.c
profil-counter.h
putmsg.c
putpmsg.c
pwrite.c
pwrite64.c
register-dump.h
semctl.c
setegid.c
seteuid.c
setfsgid.c
setfsuid.c
setgid.c
setgroups.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setrlimit.c
setuid.c
shmctl.c
sigaction.c
sigcontextinfo.h
socket.S
sys
syscall.S
syscalls.list
sysdep.S
sysdep.h
vfork.S
xstat.c
-------------- next part --------------
CVS
Dist
Makefile
Report-ls
Versions
bits
brk.S
chown.c
clone.S
dl-sysdep.c
ftruncate64.c
getmsg.c
getpmsg.c
getrlimit.c
getrlimit64.c
init-first.h
ioctl.c
kernel_stat.h
kernel_termios.h
lchown.S
mmap64.c
pread.c
pread64.c
profil-counter.h
putmsg.c
putpmsg.c
pwrite.c
pwrite64.c
setrlimit.c
setrlimit64.c
sigcontextinfo.h
socket.S
sys
syscall.S
syscalls.list
sysdep.c
sysdep.h
tcgetattr.c
tcsetattr.c
truncate64.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: powerpc's-setrlimit64.c
Type: text/x-c
Size: 54 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20000221/77b8f866/attachment.bin>
-------------- next part --------------
# Copyright (C) 1991, 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
# This file is part of the GNU C Library.

# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.

# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Library General Public License for more details.

# You should have received a copy of the GNU Library General Public
# License along with the GNU C Library; see the file COPYING.LIB.  If not,
# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

subdir := resource

headers	  := sys/resource.h bits/resource.h sys/vlimit.h sys/vtimes.h	\
	     ulimit.h

routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit      \
	    vlimit vtimes getpriority setpriority nice

include ../Rules


More information about the Libc-alpha mailing list