This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
This is no longer necessary for BeOS now that we don't play nasty tricks with error codes.
Originally committed as revision 7972 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol
18 years ago
parent
ac7030a437
commit
e244ea4310
1 changed files
with
0 additions
and
44 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-44
berrno.h
+ 0
- 44
berrno.h
View File
@@ -1,44 +0,0 @@
#ifndef BERRNO_H
#define BERRNO_H
#include <Errors.h>
// mmu_man: this is needed for http.c (defined errno)
#include <errno.h>
#ifdef ENOENT
#undef ENOENT
#endif
#define ENOENT 2
#ifdef EINTR
#undef EINTR
#endif
#define EINTR 4
#ifdef EIO
#undef EIO
#endif
#define EIO 5
#ifdef EAGAIN
#undef EAGAIN
#endif
#define EAGAIN 11
#ifdef ENOMEM
#undef ENOMEM
#endif
#define ENOMEM 12
#ifdef EINVAL
#undef EINVAL
#endif
#define EINVAL 22
#ifdef EPIPE
#undef EPIPE
#endif
#define EPIPE 32
#endif /* BERRNO_H */
Write
Preview
Loading…
Cancel
Save