Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
8334dc1e
Kaydet (Commit)
8334dc1e
authored
Haz 02, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Made compatible with MSL Carbon libraries.
üst
8f14b7cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
errno_unix.h
Mac/mwerks/errno_unix.h
+13
-4
No files found.
Mac/mwerks/errno_unix.h
Dosyayı görüntüle @
8334dc1e
...
@@ -29,24 +29,33 @@ PERFORMANCE OF THIS SOFTWARE.
...
@@ -29,24 +29,33 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
******************************************************************/
/*
** There are various sources of unix-like error numbers: GUSI headers,
** MSL headers and Carbon-specific MSL headers. The later are triggered,
** apparently, by the _POSIX define.
*/
#ifndef USE_GUSI2
#ifndef USE_GUSI2
#define ENOTDIR (-120)
#define ENOTDIR (-120)
#ifndef __MSL__
#ifndef __MSL__
#define EACCES (-54)
#define EACCES (-54)
#endif
#endif
#ifndef _POSIX
#define EEXIST (-48)
#define EEXIST (-48)
#define EBUSY (-47)
#define EROFS (-44)
#define ENOENT (-43)
#define ENOENT (-43)
#define ENFILE (-42)
#define ENFILE (-42)
#define EIO (-36)
#define ENOSPC (-34)
#define ENOSPC (-34)
#define EIO (-36)
#endif
#define EBUSY (-47)
#define EROFS (-44)
#endif
#endif
#define ESRCH 3
#define ESRCH 3
#define EINTR 4
#define EINTR 4
#define EBADF 9
#define ENODEV 19
#define ENODEV 19
#ifndef _POSIX
#define EBADF 9
#define EINVAL 22
#define EINVAL 22
#define EMFILE 24
#define EMFILE 24
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment