Changeset ae71e21f96ba027ea03d3b4d178e87d95153f510
- Timestamp:
- 21/01/08 20:18:03
(11 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1200943083 +0000
- git-parent:
[76a32e9f621b3f2968dad6f7ffb3b896173a54f9]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1200943083 +0000
- Message:
Forgot to update the symbols
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r49f1ab3 |
rae71e21 |
|
| 9 | 9 | sort -du > libvlc-headers.sym |
|---|
| 10 | 10 | |
|---|
| 11 | | exec diff -u ${srcdir}/libvlc.sym libvlc-headers.sym |
|---|
| | 11 | if grep -e "^_" libvlc-headers.sym; then |
|---|
| | 12 | echo "Illegal symbol name (starting with underscore) found!"; |
|---|
| | 13 | exit 1 |
|---|
| | 14 | fi |
|---|
| | 15 | |
|---|
| | 16 | if ! diff -u ${srcdir}/libvlc.sym libvlc-headers.sym; then |
|---|
| | 17 | echo "Mismatching symbols found!" |
|---|
| | 18 | exit 1 |
|---|
| | 19 | fi |
|---|
| rcc534a2 |
rae71e21 |
|
| 183 | 183 | mwait |
|---|
| 184 | 184 | __net_Accept |
|---|
| | 185 | net_AcceptSingle |
|---|
| 185 | 186 | __net_Connect |
|---|
| 186 | 187 | __net_ConnectDgram |
|---|