9 lines
99 B
C
9 lines
99 B
C
#define _GNU_SOURCE
|
|
#include <link.h>
|
|
|
|
|
|
unsigned int la_version(unsigned int ver)
|
|
{
|
|
return 1;
|
|
}
|