diff options
Diffstat (limited to 'usr/src/lib/libc/spec/stdio.spec')
-rw-r--r-- | usr/src/lib/libc/spec/stdio.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/usr/src/lib/libc/spec/stdio.spec b/usr/src/lib/libc/spec/stdio.spec index 86ed061d1f..561085ce1e 100644 --- a/usr/src/lib/libc/spec/stdio.spec +++ b/usr/src/lib/libc/spec/stdio.spec @@ -1,13 +1,8 @@ -# -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,6 +17,9 @@ # # CDDL HEADER END # +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# # ident "%Z%%M% %I% %E% SMI" # @@ -60,6 +58,11 @@ version sparc=SYSVABI_1.3 i386=SYSVABI_1.3 sparcv9=SUNW_0.7 \ amd64=SUNW_0.7 end +function enable_extended_FILE_stdio +arch sparc i386 +version sparc=SUNW_1.23 i386=SUNW_1.23 +end + function fclose include <stdio.h> declaration int fclose(FILE *stream) |