Skip to content

Commit

Permalink
libs: Add a few more stub headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Oct 19, 2023
1 parent 105caa8 commit ab3cfb3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Empty file added libs/includes/endian.h
Empty file.
Empty file added libs/includes/malloc.h
Empty file.
2 changes: 2 additions & 0 deletions libs/includes/pthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ typedef struct pthread_mutex_t {

#define pthread_join(thread, retval) ((pthread_t_*)thread)->Join(retval)
#define pthread_timedjoin_np(thread, retval, abstime) ((pthread_t_*)thread)->TimedJoinNP(retval, abstime)

void pthread_exit(void *retval);
Empty file added libs/includes/sys/param.h
Empty file.

0 comments on commit ab3cfb3

Please sign in to comment.