Skip to content

Commit dd60b4c

Browse files
committed
feat: add new line & rename arm-linux-ohos to arm-linux-ohoseabi
1 parent 96f19c4 commit dd60b4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+104
-168
lines changed

lib/libc/include/aarch64-linux-ohos/bits/stat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ struct stat {
1515
struct timespec st_mtim;
1616
struct timespec st_ctim;
1717
unsigned __unused1[2];
18-
};
18+
};

lib/libc/include/arm-linux-ohos/bits/fenv.h

-23
This file was deleted.

lib/libc/include/arm-linux-ohos/bits/msg.h

-18
This file was deleted.

lib/libc/include/arm-linux-ohos/bits/shm.h

-31
This file was deleted.

lib/libc/include/generic-ohos/aio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ struct aiocb {
4848
}
4949
#endif
5050

51-
#endif
51+
#endif

lib/libc/include/generic-ohos/alloca.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ extern "C" {
1414
}
1515
#endif
1616

17-
#endif
17+
#endif

lib/libc/include/generic-ohos/arpa/inet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ in_addr_t inet_netof(struct in_addr);
3333
}
3434
#endif
3535

36-
#endif
36+
#endif

lib/libc/include/generic-ohos/arpa/nameser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,4 +452,4 @@ typedef struct {
452452
}
453453
#endif
454454

455-
#endif
455+
#endif

lib/libc/include/generic-ohos/assert.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ void __assert_fail (const char *, const char *, int, const char *);
2020

2121
#ifdef __cplusplus
2222
}
23-
#endif
23+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

lib/libc/include/generic-ohos/bits/msg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ struct msqid_ds {
99
pid_t msg_lspid;
1010
pid_t msg_lrpid;
1111
unsigned long __unused1[2];
12-
};
12+
};

lib/libc/include/generic-ohos/bits/shm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ struct shm_info {
2525
int __used_ids;
2626
unsigned long shm_tot, shm_rss, shm_swp;
2727
unsigned long __swap_attempts, __swap_successes;
28-
};
28+
};

lib/libc/include/generic-ohos/crypt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ struct crypt_data {
1414
}
1515
#endif
1616

17-
#endif
17+
#endif

lib/libc/include/generic-ohos/ctype.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ int toascii(int);
7474
}
7575
#endif
7676

77-
#endif
77+
#endif

lib/libc/include/generic-ohos/dirent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ int getdents(int, struct dirent *, size_t);
6767
}
6868
#endif
6969

70-
#endif
70+
#endif

lib/libc/include/generic-ohos/dlfcn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ __REDIR(dlsym, __dlsym_time64);
6262
}
6363
#endif
6464

65-
#endif
65+
#endif

lib/libc/include/generic-ohos/elf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3289,4 +3289,4 @@ enum
32893289
#endif
32903290

32913291

3292-
#endif
3292+
#endif

lib/libc/include/generic-ohos/errno.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ int *__errno_location(void);
1919
}
2020
#endif
2121

22-
#endif
22+
#endif

lib/libc/include/generic-ohos/fcntl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ ssize_t tee(int, int, size_t, unsigned);
214214
}
215215
#endif
216216

217-
#endif
217+
#endif

lib/libc/include/generic-ohos/fmtmsg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ extern "C" {
4242
}
4343
#endif
4444

45-
#endif
45+
#endif

lib/libc/include/generic-ohos/ftw.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FT
3838
}
3939
#endif
4040

41-
#endif
41+
#endif

lib/libc/include/generic-ohos/glob.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ void globfree(glob_t *);
4747
}
4848
#endif
4949

50-
#endif
50+
#endif

lib/libc/include/generic-ohos/grp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ int initgroups(const char *, gid_t);
4545
}
4646
#endif
4747

48-
#endif
48+
#endif

lib/libc/include/generic-ohos/langinfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ char *nl_langinfo_l(nl_item, locale_t);
9898
}
9999
#endif
100100

101-
#endif
101+
#endif

lib/libc/include/generic-ohos/libintl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ extern "C" {
2020
}
2121
#endif
2222

23-
#endif
23+
#endif

lib/libc/include/generic-ohos/locale.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ locale_t uselocale(locale_t);
9090
#ifdef __cplusplus
9191
}
9292
#endif
93-
#endif
93+
#endif

lib/libc/include/generic-ohos/malloc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ struct mallinfo2 {
6565
}
6666
#endif
6767

68-
#endif
68+
#endif

lib/libc/include/generic-ohos/math.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,4 +432,4 @@ void sincosl(long double, long double*, long double*);
432432
}
433433
#endif
434434

435-
#endif
435+
#endif

lib/libc/include/generic-ohos/mntent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ char *hasmntopt(const struct mntent *, const char *);
3939
}
4040
#endif
4141

42-
#endif
42+
#endif

lib/libc/include/generic-ohos/monetary.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ extern "C" {
1717
}
1818
#endif
1919

20-
#endif
20+
#endif

lib/libc/include/generic-ohos/mqueue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ struct sigevent;
2222
#ifdef __cplusplus
2323
}
2424
#endif
25-
#endif
25+
#endif

lib/libc/include/generic-ohos/netdb.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size
151151
}
152152
#endif
153153

154-
#endif
154+
#endif

lib/libc/include/generic-ohos/netinet/ether.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
1616
}
1717
#endif
1818

19-
#endif
19+
#endif

lib/libc/include/generic-ohos/netinet/if_ether.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ do { \
144144

145145
#define __UAPI_DEF_ETHHDR 0
146146

147-
#endif
147+
#endif

lib/libc/include/generic-ohos/netinet/in.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,4 @@ struct ip6_mtuinfo {
412412
}
413413
#endif
414414

415-
#endif
415+
#endif

lib/libc/include/generic-ohos/netinet/ip_icmp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ struct icmp {
190190
}
191191
#endif
192192

193-
#endif
193+
#endif

lib/libc/include/generic-ohos/netinet/tcp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@ struct tcp_zerocopy_receive {
279279

280280
#endif
281281

282-
#endif
282+
#endif

lib/libc/include/generic-ohos/netinet/udp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ struct udphdr {
4242
}
4343
#endif
4444

45-
#endif
45+
#endif

lib/libc/include/generic-ohos/poll.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ __REDIR(ppoll, __ppoll_time64);
5656
}
5757
#endif
5858

59-
#endif
59+
#endif

lib/libc/include/generic-ohos/pthread.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,4 @@ __REDIR(pthread_rwlock_timedwrlock, __pthread_rwlock_timedwrlock_time64);
375375
#ifdef __cplusplus
376376
}
377377
#endif
378-
#endif
378+
#endif

lib/libc/include/generic-ohos/pwd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **)
4242
}
4343
#endif
4444

45-
#endif
45+
#endif

lib/libc/include/generic-ohos/resolv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ int dn_skipname(const unsigned char *, const unsigned char *);
136136
}
137137
#endif
138138

139-
#endif
139+
#endif

lib/libc/include/generic-ohos/sched.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ __REDIR(sched_rr_get_interval, __sched_rr_get_interval_time64);
147147
#ifdef __cplusplus
148148
}
149149
#endif
150-
#endif
150+
#endif

lib/libc/include/generic-ohos/setjmp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ _Noreturn void longjmp (jmp_buf, int);
3838
}
3939
#endif
4040

41-
#endif
41+
#endif

lib/libc/include/generic-ohos/shadow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ struct spwd {
2828
}
2929
#endif
3030

31-
#endif
31+
#endif

lib/libc/include/generic-ohos/signal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,4 @@ __REDIR(sigtimedwait, __sigtimedwait_time64);
287287
}
288288
#endif
289289

290-
#endif
290+
#endif

lib/libc/include/generic-ohos/spawn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
7575
}
7676
#endif
7777

78-
#endif
78+
#endif

lib/libc/include/generic-ohos/stdc-predef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
#define __STDC_IEC_559__ 1
88
#endif
99

10-
#endif
10+
#endif

lib/libc/include/generic-ohos/stddef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
#define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 ))
2323
#endif
2424

25-
#endif
25+
#endif

0 commit comments

Comments
 (0)