summaryrefslogtreecommitdiff
path: root/src/libfaketime.map
blob: 6e008cf877026a08273afab0e3860b7cb602fbdd (plain)
1
2
3
4
5
6
7
8
9
10
GLIBC_2.2 {
  global:

  timer_gettime; timer_settime;
  local: timer_settime_*; timer_gettime_*;
};
GLIBC_2.3.3 {
  # Changed timer_t.
  timer_gettime; timer_settime;
} GLIBC_2.2;