This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SH build problem with fanotify_mark


> I'm not reproducing the issue originally reported.  Without looking at
> all at the stub-syscalls infrastructure (and I don't have a
> stub-syscalls.c file), I'm guessing that's presumably because my kernel
> headers are "too new" (Linux 3.2.10).

Right.  You can see the problem by adding a line to some syscalls.list file:

frobozz	EXTRA	frobozz i:	__frobozz frobozz@@GLIBC_2.16

Since there is no __NR_frobozz, this will get into stub-syscalls.c.

> Does this mean that the problem is solved once applying the
> roland/getrlimit changes?

Yes.

> > Does this not get the right version without the @@... syntax?
>
> As Kaz already pointed out:
> <http://sourceware.org/ml/libc-alpha/2012-06/msg00294.html> and
> following.  Does that approach survive your post-mortem examination?

I'm sure that would indeed obviate the need for using @ syntax in
syscalls.list.  Was that the question?


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]