add abi data
[musl-tables] / data / abi_func.powerpc64le.diff
1 --- abi_func.powerpc64le.glibc  2016-04-18 21:17:45.463166527 +0100
2 +++ abi_func.powerpc64le.musl   2016-04-18 21:17:53.171152867 +0100
3 @@ -2 +2 @@
4 -void __assert_fail(char const*, char const*, unsigned int, char const*)
5 +void __assert_fail(char const*, char const*, int, char const*)
6 @@ -6,0 +7 @@
7 +int __flt_rounds()
8 @@ -11 +12 @@
9 -void __fpurge(_IO_FILE*)
10 +int __fpurge(_IO_FILE*)
11 @@ -12,0 +14 @@
12 +unsigned long __freadahead(_IO_FILE*)
13 @@ -13,0 +16,3 @@
14 +char const* __freadptr(_IO_FILE*, unsigned long*)
15 +void __freadptrinc(_IO_FILE*, unsigned long)
16 +void __fseterr(_IO_FILE*)
17 @@ -27,0 +33,2 @@
18 +void _pthread_cleanup_pop(__ptcb*, int)
19 +void _pthread_cleanup_push(__ptcb*, void (*)(void*), void*)
20 @@ -299 +306 @@
21 -int fanotify_mark(int, unsigned int, unsigned long, int, char const*)
22 +int fanotify_mark(int, unsigned int, unsigned long long, int, char const*)
23 @@ -316 +323 @@
24 -int fegetexceptflag(unsigned int*, int)
25 +int fegetexceptflag(unsigned long*, int)
26 @@ -325 +332 @@
27 -int fesetexceptflag(unsigned int const*, int)
28 +int fesetexceptflag(unsigned long const*, int)
29 @@ -337,0 +345 @@
30 +char* fgetln(_IO_FILE*, unsigned long*)
31 @@ -435,0 +444 @@
32 +int getdents(int, dirent*, unsigned long)
33 @@ -492,0 +502 @@
34 +char* gets(char*)
35 @@ -505 +515 @@
36 -int gettimeofday(timeval*, timezone*)
37 +int gettimeofday(timeval*, void*)
38 @@ -508,3 +518,3 @@
39 -utmp* getutent()
40 -utmp* getutid(utmp const*)
41 -utmp* getutline(utmp const*)
42 +utmpx* getutent()
43 +utmpx* getutid(utmpx const*)
44 +utmpx* getutline(utmpx const*)
45 @@ -548,0 +559 @@
46 +char* index(char const*, int)
47 @@ -565 +576 @@
48 -int ioctl(int, unsigned long, ...)
49 +int ioctl(int, int, ...)
50 @@ -586,0 +598 @@
51 +int issetugid()
52 @@ -649 +661 @@
53 -int lio_listio(int, aiocb* const*, int, sigevent*)
54 +int lio_listio(int, aiocb* const restrict*, int, sigevent*)
55 @@ -710,0 +723 @@
56 +void* memchr(void const*, int, unsigned long)
57 @@ -715,0 +729 @@
58 +void* memrchr(void const*, int, unsigned long)
59 @@ -803,0 +818 @@
60 +int posix_close(int, int)
61 @@ -841 +856 @@
62 -int prlimit(int, __rlimit_resource, rlimit const*, rlimit*)
63 +int prlimit(int, int, rlimit const*, rlimit*)
64 @@ -944,5 +959,5 @@
65 -int pthread_spin_destroy(int volatile*)
66 -int pthread_spin_init(int volatile*, int)
67 -int pthread_spin_lock(int volatile*)
68 -int pthread_spin_trylock(int volatile*)
69 -int pthread_spin_unlock(int volatile*)
70 +int pthread_spin_destroy(int*)
71 +int pthread_spin_init(int*, int)
72 +int pthread_spin_lock(int*)
73 +int pthread_spin_trylock(int*)
74 +int pthread_spin_unlock(int*)
75 @@ -950 +965 @@
76 -long ptrace(__ptrace_request, ...)
77 +long ptrace(int, ...)
78 @@ -962 +977 @@
79 -utmp* pututline(utmp const*)
80 +utmpx* pututline(utmpx const*)
81 @@ -988 +1003 @@
82 -int recvmmsg(int, mmsghdr*, unsigned int, int, timespec*)
83 +int recvmmsg(int, mmsghdr*, unsigned int, unsigned int, timespec*)
84 @@ -1013,0 +1029 @@
85 +char* rindex(char const*, int)
86 @@ -1062 +1078 @@
87 -int sendmmsg(int, mmsghdr*, unsigned int, int)
88 +int sendmmsg(int, mmsghdr*, unsigned int, unsigned int)
89 @@ -1177,0 +1194 @@
90 +char* strcasestr(char const*, char const*)
91 @@ -1178,0 +1196,2 @@
92 +char* strchr(char const*, int)
93 +char* strchrnul(char const*, int)
94 @@ -1187 +1206 @@
95 -char* strerror_r(int, char*, unsigned long)
96 +int strerror_r(int, char*, unsigned long)
97 @@ -1191,0 +1211,2 @@
98 +unsigned long strlcat(char*, char const*, unsigned long)
99 +unsigned long strlcpy(char*, char const*, unsigned long)
100 @@ -1199,0 +1221 @@
101 +char* strpbrk(char const*, char const*)
102 @@ -1200,0 +1223 @@
103 +char* strrchr(char const*, int)
104 @@ -1203,0 +1227 @@
105 +char* strstr(char const*, char const*)
106 @@ -1310 +1334 @@
107 -void updwtmp(char const*, utmp const*)
108 +void updwtmp(char const*, utmpx const*)
109 @@ -1344,3 +1368,3 @@
110 -int wait(void*)
111 -int wait3(void*, int, rusage*)
112 -int wait4(int, void*, int, rusage*)
113 +int wait(int*)
114 +int wait3(int*, int, rusage*)
115 +int wait4(int, int*, int, rusage*)
116 @@ -1356,0 +1381 @@
117 +wchar_t* wcschr(wchar_t const*, wchar_t)
118 @@ -1371,0 +1397,2 @@
119 +wchar_t* wcspbrk(wchar_t const*, wchar_t const*)
120 +wchar_t* wcsrchr(wchar_t const*, wchar_t)
121 @@ -1373,0 +1401 @@
122 +wchar_t* wcsstr(wchar_t const*, wchar_t const*)
123 @@ -1384,0 +1413 @@
124 +wchar_t* wcswcs(wchar_t const*, wchar_t const*)
125 @@ -1394,0 +1424 @@
126 +wchar_t* wmemchr(wchar_t const*, wchar_t, unsigned long)