summaryrefslogtreecommitdiff
path: root/usr/src/cmd/csh/mapfile-intf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/csh/mapfile-intf')
-rw-r--r--usr/src/cmd/csh/mapfile-intf11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/cmd/csh/mapfile-intf b/usr/src/cmd/csh/mapfile-intf
index 365537e94f..d66cd1f53e 100644
--- a/usr/src/cmd/csh/mapfile-intf
+++ b/usr/src/cmd/csh/mapfile-intf
@@ -20,8 +20,7 @@
#
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
@@ -38,9 +37,11 @@
# MAPFILE HEADER END
#
+$mapfile_version 2
+
# csh interposes on a couple of libc functions (printf and signal).
-{
+SYMBOL_SCOPE {
global:
- printf = INTERPOSE;
- signal = INTERPOSE;
+ printf { FLAGS = INTERPOSE };
+ signal { FLAGS = INTERPOSE };
};