modify author description and fix bug of compiler errors,add readme for gap8

This commit is contained in:
Wang_Weigen
2021-09-03 14:24:41 +08:00
parent b22f9a3851
commit 6b7a233511
29 changed files with 364 additions and 833 deletions

View File

@@ -61,6 +61,7 @@ extern "C" {
// };
typedef int pid_t;
// typedef int pthread_mutex_t ;
/* function in pthread.c */
int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void));