~mirabilos/klibc/master

« back to all changes in this revision

Viewing changes to include/klibc/compiler.h

  • Committer: H. Peter Anvin
  • Date: 2005-09-02 05:47:58 UTC
  • mfrom: (949.1.13)
  • Revision ID: git-v1:7ab38d71de2964129cf1d5bc4e071d103e807a0d
Merge with terminus.zytor.com:/home/hpa/klibc/official/.git

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
# define __bitwise
117
117
#endif
118
118
 
 
119
/* Compiler pragma to make an alias symbol */
 
120
#define __ALIAS(__t, __f, __p, __a) \
 
121
  __t __f __p __attribute__((weak, alias(#__a)));
 
122
 
119
123
#endif