mapfile_skel (cd3e9333) mapfile_skel (edb432dd)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 35 unchanged lines hidden (view full) ---

44 * Secret additions to the module API
45 */
46
47 /* Implementation detail of the ctype macros */
48 __ctype; /* variable */
49 /* There should be only one - ours */
50 errno; /* variable */
51
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 35 unchanged lines hidden (view full) ---

44 * Secret additions to the module API
45 */
46
47 /* Implementation detail of the ctype macros */
48 __ctype; /* variable */
49 /* There should be only one - ours */
50 errno; /* variable */
51
52 /* <sys/utsname.h> implictly references this on x86 */
53#if defined(__i386) && !defined(__amd64)
54 _nuname;
55#endif
56
57 mdb_tgt_aread;
58 mdb_dis_create;
59 mdb_dis_destroy;
60
61 local:
62 *;
63};
64/* END EPILOGUE */
52 mdb_tgt_aread;
53 mdb_dis_create;
54 mdb_dis_destroy;
55
56 local:
57 *;
58};
59/* END EPILOGUE */