view binary.ver @ 36775:666757381a27

Avoid pointer cast warnings. Fixes "cast from pointer to integer of different size" warnings. This is corresponding to r36858.
author ib
date Mon, 17 Feb 2014 01:28:05 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

MPLAYER_1 {
  # to support glibcs abhorrent backwards-compatibility hack
  global: _IO_stdin_used;
  local: *;
};