2004-01-13 15:46:28

by Samium Gromoff

[permalink] [raw]
Subject: a symbol defined twice is ok?


this is 2.4.20`s System.map:

deepfire@canopus:~$ cat kernel/k/System.map | cut -f3 -d\ | sort | uniq -d | wc -l
33

no comments

regards, Samium Gromoff



2004-01-13 16:19:12

by David Woodhouse

[permalink] [raw]
Subject: Re: a symbol defined twice is ok?

On Tue, 2004-01-13 at 18:45 +0300, Samium Gromoff wrote:
> this is 2.4.20`s System.map:
>
> deepfire@canopus:~$ cat kernel/k/System.map | cut -f3 -d\ | sort | uniq -d | wc -l
> 33

It's fine -- they'll all be static symbols.

--
dwmw2