View | Details | Raw Unified | Return to bug 220103 | Differences between
and this patch

Collapse All | Expand All

(-)binary.ver (-2 / +6 lines)
Lines 1-5 Link Here
1
MPLAYER_1 {
1
MPLAYER_1 {
2
  # to support glibcs abhorrent backwards-compatibility hack
3
  global: _IO_stdin_used;
4
  local: *;
2
  local: *;
3
  # to support glibcs abhorrent backwards-compatibility hack
4
  global: 
5
	_IO_stdin_used;
6
	#FreeBSD specific variables
7
	__progname;
8
	environ;
5
};
9
};

Return to bug 220103