]> git.ipfire.org Git - thirdparty/glibc.git/blame - misc/stab.h
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / misc / stab.h
CommitLineData
6e583a6e
RM
1#ifndef __GNU_STAB__
2
3/* Indicate the GNU stab.h is in use. */
4
5#define __GNU_STAB__
6
7#define __define_stab(NAME, CODE, STRING) NAME=CODE,
8
9enum __stab_debug_code
10{
5107cf1d 11#include <bits/stab.def>
6e583a6e
RM
12LAST_UNUSED_STAB_CODE
13};
14
15#undef __define_stab
16
17#endif /* __GNU_STAB_ */