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
3f046483
Kaydet (Commit)
3f046483
authored
Ock 07, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix icc warnings: extra semi-colon
üst
fe8e3d91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
linuxaudiodev.c
Modules/linuxaudiodev.c
+1
-1
ossaudiodev.c
Modules/ossaudiodev.c
+2
-2
No files found.
Modules/linuxaudiodev.c
Dosyayı görüntüle @
3f046483
...
...
@@ -40,7 +40,7 @@ typedef unsigned long uint32_t;
#endif
typedef
struct
{
PyObject_HEAD
;
PyObject_HEAD
int
x_fd
;
/* The open file */
int
x_mode
;
/* file mode */
int
x_icount
;
/* Input count */
...
...
Modules/ossaudiodev.c
Dosyayı görüntüle @
3f046483
...
...
@@ -45,7 +45,7 @@ typedef unsigned long uint32_t;
#endif
typedef
struct
{
PyObject_HEAD
;
PyObject_HEAD
char
*
devicename
;
/* name of the device file */
int
fd
;
/* file descriptor */
int
mode
;
/* file mode (O_RDONLY, etc.) */
...
...
@@ -55,7 +55,7 @@ typedef struct {
}
oss_audio_t
;
typedef
struct
{
PyObject_HEAD
;
PyObject_HEAD
int
fd
;
/* The open mixer device */
}
oss_mixer_t
;
...
...
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