Package: libprocps0-dev
Version: 1:3.3.3-3

I am trying to port an application from squeeze to wheezy. On squeeze
my application required libproc-dev, which apparently has been moved
to libprocps0-dev.

However there is something not clear to me, on wheezy:

$ grep get_proc_stats /usr/include/proc/*.h
/usr/include/proc/readproc.h:extern proc_t * get_proc_stats(pid_t pid,
proc_t *p);

but:

$ nm -D /usr/lib/x86_64-linux-gnu/libprocps.so | grep get_
                 U __ctype_get_mb_cur_max
000000000000c150 T get_pid_digits
000000000000ac40 T get_slabinfo

Is this a bug (regression) ? or am I missing something here ?

For reference, on squeeze:

$ grep get_proc_stats /usr/include/proc/*.h
/usr/include/proc/readproc.h:extern proc_t * get_proc_stats(pid_t pid,
proc_t *p);

and:

$ nm -D /lib/libproc-3.2.8.so | grep get_
                 U __ctype_get_mb_cur_max
000000000000cf75 T get_pid_digits
0000000000009d29 T get_proc_stats
000000000000ae4d T get_slabinfo



Thanks much !


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to