~ubuntu-branches/ubuntu/utopic/numactl/utopic-proposed

« back to all changes in this revision

Viewing changes to versions.ldscript

  • Committer: Package Import Robot
  • Author(s): Ian Wienand
  • Date: 2012-11-15 12:20:29 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20121115122029-df53pmew2v1ydcsg
Tags: 2.0.8-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
  local:
153
153
    *;
154
154
} libnuma_1.1;
 
155
 
 
156
# New parsing interface for cpu/numastrings
 
157
# was added into version 1.3
 
158
 
 
159
libnuma_1.3 {
 
160
  global:
 
161
    numa_parse_cpustring_all;
 
162
    numa_parse_nodestring_all;
 
163
    numa_num_possible_cpus;
 
164
  local:
 
165
    *;
 
166
} libnuma_1.2;
 
167