Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dd301 commit 1ed7d2dCopy full SHA for 1ed7d2d
2 files changed
Modules/Setup.in
@@ -150,6 +150,7 @@ fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
150
pwd pwdmodule.c # pwd(3)
151
grp grpmodule.c # grp(3)
152
errno errnomodule.c # posix (UNIX) errno values
153
+mmap mmapmodule.c # Memory-mapped files (also works on Win32)
154
select selectmodule.c # select(2); not on ancient System V
155
socket socketmodule.c # socket(2); not on ancient System V
156
#_socket socketmodule.c # socket(2); use this one for BeOS sockets
@@ -418,6 +419,5 @@ cPickle cPickle.c
418
419
# See http://www.cdrom.com/pub/infozip/zlib/
420
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
421
-
422
# Example -- included for reference only:
423
# xx xxmodule.c
0 commit comments