src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 31,41 **** --- 31,43 ---- // globally used constants & types, class (forward) // declarations and a few frequently used utility functions. # include <ctype.h> + #define __USE_LEGACY_PROTOTYPES__ # include <dirent.h> + #undef __USE_LEGACY_PROTOTYPES__ # include <string.h> # include <strings.h> // for bsd'isms # include <stdarg.h> # include <stddef.h> // for offsetof # include <stdio.h>