diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-03-21 16:22:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-03-21 16:22:59 +0100 |
commit | f76a460375e906ad20de197c506ff47b42dc6b94 (patch) | |
tree | ac8de4c4b0cb9a773e3b8fc73d3a5946915ad79f /glibc.mdwn | |
parent | 03f16b2498fa93bd69da9baa6d45d29f08bea45e (diff) | |
download | web-f76a460375e906ad20de197c506ff47b42dc6b94.tar.gz web-f76a460375e906ad20de197c506ff47b42dc6b94.tar.bz2 web-f76a460375e906ad20de197c506ff47b42dc6b94.zip |
glibc/mmap: New.
Diffstat (limited to 'glibc.mdwn')
-rw-r--r-- | glibc.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010, 2011 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012 Free Software +Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -78,6 +78,8 @@ Some of these are well-known as [[UNIX]] [[system call]]s. * [[fork]] + * [[mmap]] + * [[poll]] |