Skip to content

Commit 82e61d2

Browse files
committed
Removed broken pthread_attr_t in signal.h
1 parent 5444d69 commit 82e61d2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

library/include/signal.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
#define _SIGNAL_H
77

88
#include <features.h>
9-
10-
#ifdef __cplusplus
11-
#ifdef __USE_AMIGAOS_NAMESPACE__
12-
#define pthread_attr_t AmigaOS::pthread_attr_t
13-
#endif
14-
#endif
9+
#include <pthread.h>
1510

1611
__BEGIN_DECLS
1712

0 commit comments

Comments
 (0)