aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/fixincludes/tests/base/rtldef/string.h
blob: 6249b0c6732e1139bb47069419ef139c90e459f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"fixinc/tests/inc/rtldef/string.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */



#if defined( VMS_DISABLE_DECC_STRING_BUILTINS_CHECK )
#if !defined(__VAX) && !defined(__GNUC__)

#endif  /* VMS_DISABLE_DECC_STRING_BUILTINS_CHECK */


#if defined( VMS_DECC_BUILTIN_CHECK )
define FD_ZERO(__p) memset((__p), 0, sizeof(*(__p)))

#endif  /* VMS_DECC_BUILTIN_CHECK */