xref
: /
openbsd-src
/
gnu
/
usr.bin
/
perl
/
dist
/
Time-HiRes
/
hints
/
linux.pl
(revision b8851fcc53cbe24fd20b090f26dd149e353f6174)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# needs to explicitly link against librt to pull in clock_nanosleep
2
$
self
->{
LIBS
} = [
'-lrt'
];
3