surpport seeking the recorded video
[vuplus_openembedded] / recipes / glibc / glibc-2.3.2 / librt-mips.patch
1 --- sysdeps/unix/sysv/linux/mips/Versions.orig  Tue Sep 24 15:56:55 2002
2 +++ sysdeps/unix/sysv/linux/mips/Versions       Tue Sep 24 15:49:27 2002
3 @@ -34,3 +34,9 @@
4      _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
5    }
6  }
7 +librt {
8 +  GLIBC_2.0 {
9 +    # c*
10 +    clock_gettime; clock_settime;
11 +  }
12 +}