Files @ 763922b5834e
Branch filter:

Location: vmkdrivers/bora/vmkernel/distribute/push-hidden.h - annotation

unknown
ESXi-5.0-GA
/* **********************************************************
 * Copyright 2008 VMware, Inc.  All rights reserved.
 * **********************************************************/

/*
 * GCC program to ensure nothing shows up in GOT/PLT
 */

#ifndef _PUSH_HIDDEN_H
#define _PUSH_HIDDEN_H

#pragma GCC visibility push(hidden)

#endif