Skip to content

Commit 22524b0

Browse files
authored
Merge pull request #1013 from tsingbx/llgo/llcppg.pub
add all llcppg.pub for clib
2 parents 9edaa8e + 508fa62 commit 22524b0

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed

c/llcppg.pub

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FILE
2+
size_t SizeT
3+
intptr_t IntptrT
4+
uintptr_t UintptrT
5+
int8_t Int8T
6+
int16_t Int16T
7+
int32_t Int32T
8+
int64_t Int64T
9+
uint8_t Uint8T
10+
uint16_t Uint16T
11+
uint32_t Uint32T
12+
uint64_t Uint64T
13+
intmax_t IntmaxT
14+
uintmax_t UintmaxT
15+
option Option

c/net/llcppg.pub

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sockaddr SockAddr
2+
hostent Hostent
3+
addrinfo AddrInfo

c/os/llcppg.pub

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
mode_t ModeT
2+
uid_t UidT
3+
gid_t GidT
4+
off_t OffT
5+
dev_t DevT
6+
Stat_t StatT
7+
pid_t PidT

c/pthread/llcppg.pub

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pthread_t Thread
2+
attr Attr
3+
pthread_key_t Key

c/pthread/sync/llcppg.pub

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pthread_once_t Once
2+
pthread_mutexattr_t MutexAttr
3+
pthread_mutex_t Mutex
4+
pthread_rwlockattr_t RWLockAttr
5+
pthread_rwlock_t RWLock
6+
pthread_condattr_t CondAttr
7+
pthread_cond_t Cond

c/time/llcppg.pub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
time_t TimeT
2+
tm Tm
3+
clock_t ClockT
4+
clockid_t ClockidT
5+
timespec Timespec

0 commit comments

Comments
 (0)