Explorar el Código

remove long-unused struct __timer from pthread_impl.h

commit 3990c5c6a40440cdb14746ac080d0ecf8d5d6733 removed the last
reference.
Rich Felker hace 4 años
padre
commit
3733766083
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/internal/pthread_impl.h

+ 0 - 5
src/internal/pthread_impl.h

@@ -73,11 +73,6 @@ enum {
 	DT_DETACHED,
 };
 
-struct __timer {
-	int timerid;
-	pthread_t thread;
-};
-
 #define __SU (sizeof(size_t)/sizeof(int))
 
 #define _a_stacksize __u.__s[0]