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
e364b7d4
Kaydet (Commit)
e364b7d4
authored
Eki 01, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Renamed thread.h to pythread.h.
(Also removed whitespace after # in some BEOS related cpp directives.)
üst
09b29575
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
importdl.c
Python/importdl.c
+15
-15
No files found.
Python/importdl.c
Dosyayı görüntüle @
e364b7d4
...
@@ -178,26 +178,26 @@ static void aix_loaderror(char *);
...
@@ -178,26 +178,26 @@ static void aix_loaderror(char *);
#endif
#endif
#ifdef __BEOS__
#ifdef __BEOS__
#
undef USE_SHLIB
/* probably not defined anyway */
#undef USE_SHLIB
/* probably not defined anyway */
#
define DYNAMIC_LINK
#define DYNAMIC_LINK
#
define SHORT_EXT ".so"
#define SHORT_EXT ".so"
#
define LONG_EXT "module.so"
#define LONG_EXT "module.so"
typedef
void
(
*
dl_funcptr
)(
void
);
typedef
void
(
*
dl_funcptr
)(
void
);
#
define _DL_FUNCPTR_DEFINED
#define _DL_FUNCPTR_DEFINED
#
if defined(MAXPATHLEN) && !defined(_SYS_PARAM_H)
#if defined(MAXPATHLEN) && !defined(_SYS_PARAM_H)
#
undef MAXPATHLEN
#undef MAXPATHLEN
#
endif
#endif
#
include <kernel/image.h>
#include <kernel/image.h>
#
include <kernel/OS.h>
#include <kernel/OS.h>
#
include <stdlib.h>
#include <stdlib.h>
#
include <unistd.h>
#include <unistd.h>
#
ifdef WITH_THREAD
#ifdef WITH_THREAD
#
include "
thread.h"
#
include "py
thread.h"
static
type_lock
beos_dyn_lock
;
static
type_lock
beos_dyn_lock
;
#
endif
#endif
static
PyObject
*
beos_dyn_images
=
NULL
;
static
PyObject
*
beos_dyn_images
=
NULL
;
...
...
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