diff options
author | MauricioAntunes <> | 2009-07-27 16:46:40 (GMT) |
---|---|---|
committer | Luite Stegeman <luite@luite.com> | 2009-07-27 16:46:40 (GMT) |
commit | c23264b9c1d3e7f2d47baa626cb5966d786caf65 (patch) | |
tree | 845452219a79a94acd2d87e1fc28323e43bc84e5 | |
parent | a868db3c9ef8810ad51bcd2474ff14c6cbc89cd5 (diff) |
version 0.0.20.0.2
-rw-r--r-- | .hg_archival.txt | 2 | ||||
-rw-r--r-- | .hgtags | 1 | ||||
-rw-r--r-- | bindings-posix.cabal | 6 | ||||
-rw-r--r-- | src/Bindings/Posix.hsc | 136 |
4 files changed, 75 insertions, 70 deletions
diff --git a/.hg_archival.txt b/.hg_archival.txt new file mode 100644 index 0000000..b7c8a21 --- /dev/null +++ b/.hg_archival.txt @@ -0,0 +1,2 @@ +repo: c1d900fe279ed394e13fbfd3c5d65142fc21d6e9 +node: 177093a98253f283431fdca82ea646b2d9abfdb4 @@ -0,0 +1 @@ +e869165f6d328791ed6913c6cdfa1b64708fc171 0.0.2 diff --git a/bindings-posix.cabal b/bindings-posix.cabal index 7203216..b12bee2 100644 --- a/bindings-posix.cabal +++ b/bindings-posix.cabal @@ -3,12 +3,14 @@ name: bindings-posix homepage: http://bitbucket.org/mauricio/bindings synopsis: Check bindings-common package for directions. -version: 0.0.1 +version: 0.0.2 license: BSD3 license-file: LICENSE -maintainer: Maurício C. Antunes +maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com> author: Maurício C. Antunes +bug-reports: http://bitbucket.org/mauricio/bindings-posix/issues build-type: Simple +stability: Needs users feedback category: FFI library hs-source-dirs: src diff --git a/src/Bindings/Posix.hsc b/src/Bindings/Posix.hsc index 9841101..838d300 100644 --- a/src/Bindings/Posix.hsc +++ b/src/Bindings/Posix.hsc @@ -6,7 +6,7 @@ module Bindings.Posix ( -- * @aio.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/aio.h.html> #bindings_export_conids aiocb #bindings_export_varids AIO_ALLDONE|AIO_CANCELED @@ -19,14 +19,14 @@ module Bindings.Posix ( -- * @arpa/inet.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html> #bindings_export_varids htonl|htons|ntohl|ntohs| \ inet_addr|inet_ntop|inet_pton -- * @cpio.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html> #bindings_export_varids C_IRUSR|C_IWUSR|C_IXUSR|C_IRGRP| \ C_IWGRP|C_IXGRP|C_IROTH|C_IWOTH|C_IXOTH|C_ISUID|C_ISGID| \ @@ -35,11 +35,11 @@ module Bindings.Posix ( -- * @ctype.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html> -- * @dirent.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html> #bindings_export_conids dirent @@ -51,7 +51,7 @@ module Bindings.Posix ( -- * @dlfcn.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/dlfcn.h.html> #bindings_export_varids RTLD_LAZY|RTLD_NOW|RTLD_GLOBAL|RTLD_LOCAL @@ -59,7 +59,7 @@ module Bindings.Posix ( -- * @errno.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html> #bindings_export_varids E2BIG|EACCES|EADDRINUSE| \ EADDRNOTAVAIL|EAFNOSUPPORT|EAGAIN|EALREADY|EBADF| \ @@ -77,7 +77,7 @@ module Bindings.Posix ( -- * @fcntl.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html> #bindings_export_varids F_DUPFD|F_GETFD|F_SETFD|F_GETFL| \ F_SETFL|F_GETLK|F_SETLK|F_SETLKW|F_GETOWN|F_SETOWN| \ @@ -93,7 +93,7 @@ module Bindings.Posix ( -- * @fmtmsg.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/fmtmsg.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/fmtmsg.h.html> #bindings_export_varids MM_HARD|MM_SOFT|MM_FIRM|MM_APPL| \ MM_UTIL|MM_OPSYS|MM_RECOVER|MM_NRECOV|MM_HALT| \ @@ -105,7 +105,7 @@ module Bindings.Posix ( -- * @fnmatch.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/fnmatch.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/fnmatch.h.html> #bindings_export_varids FNM_NOMATCH|FNM_PATHNAME|FNM_PERIOD|FNM_NOESCAPE @@ -113,7 +113,7 @@ module Bindings.Posix ( -- * @ftw.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/ftw.h.html> -- #bindings_export_conids FTW @@ -124,7 +124,7 @@ module Bindings.Posix ( -- * @glob.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/glob.h.html> #bindings_export_conids glob_t @@ -136,7 +136,7 @@ module Bindings.Posix ( -- * @grp.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html> #bindings_export_conids group @@ -146,7 +146,7 @@ module Bindings.Posix ( -- * @iconv.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html> CIconv, @@ -154,7 +154,7 @@ module Bindings.Posix ( -- * @langinfo.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/langinfo.h.html> CNlItem, @@ -172,19 +172,19 @@ module Bindings.Posix ( -- * @libgen.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/libgen.h.html> #bindings_export_varids basename|dirname -- * @locale.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html> #bindings_export_varids LC_MESSAGES -- * @math@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html> #bindings_export_varids M_E|M_LOG2E|M_LOG10E|M_LN2| \ M_LN10|M_PI|M_PI_2|M_PI_4|M_1_PI|M_2_PI|M_2_SQRTPI| \ @@ -196,11 +196,11 @@ module Bindings.Posix ( -- * @monetary.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/monetary.h.html> -- * @mqueue.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html> #bindings_export_conids mq_attr @@ -212,7 +212,7 @@ module Bindings.Posix ( -- * @net/if.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html> #bindings_export_conids if_nameindex @@ -223,7 +223,7 @@ module Bindings.Posix ( -- * @netdb.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html> #bindings_export_conids hostent|netent|protoent|servent|addrinfo @@ -241,7 +241,7 @@ module Bindings.Posix ( -- * @netinet/in.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html> #bindings_export_conids in_addr|sockaddr_in| \ in6_addr|sockaddr_in6|ipv6_mreq @@ -256,13 +256,13 @@ module Bindings.Posix ( -- * @netinet/tcp.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/netinet_tcp.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/netinet_tcp.h.html> #bindings_export_varids TCP_NODELAY -- * @nl_types.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/nl_types.h.html> CNlCatd, @@ -272,7 +272,7 @@ module Bindings.Posix ( -- * @poll.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html> #bindings_export_conids pollfd @@ -285,7 +285,7 @@ module Bindings.Posix ( -- * @pthread.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html> #bindings_export_varids PTHREAD_BARRIER_SERIAL_THREAD| \ PTHREAD_CANCEL_ASYNCHRONOUS|PTHREAD_CANCEL_ENABLE| \ @@ -341,7 +341,7 @@ module Bindings.Posix ( -- * @pwd.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html> #bindings_export_conids passwd @@ -350,7 +350,7 @@ module Bindings.Posix ( -- * @regex.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html> #bindings_export_conids regex_t|regmatch_t @@ -366,7 +366,7 @@ module Bindings.Posix ( -- * @sched.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html> #bindings_export_conids sched_param @@ -380,7 +380,7 @@ module Bindings.Posix ( -- * @search.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/search.h.html> ENTRY,ACTION,VISIT, @@ -394,7 +394,7 @@ module Bindings.Posix ( -- * @semaphore.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html> CSem, @@ -407,7 +407,7 @@ module Bindings.Posix ( -- * @signal.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html> #bindings_export_conids sigset_t|sigevent|sigval|sigaction #bindings_export_conids ucontext_t|stack_t|siginfo_t @@ -450,7 +450,7 @@ module Bindings.Posix ( -- * @spawn.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/spawn.h.html> #bindings_export_conids posix_spawnattr_t|posix_spawn_file_actions_t @@ -476,21 +476,21 @@ module Bindings.Posix ( -- * @stdbool.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdbool.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdbool.h.html> #bindings_export_varids true|false -- * @stddef.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html> -- * @stdint.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html> -- * @stdio.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html> #bindings_export_varids L_ctermid @@ -501,7 +501,7 @@ module Bindings.Posix ( -- * @stdlib.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html> #bindings_export_varids a64l|drand48|erand48|grantpt| \ initstate|jrand48|l64a|lcong48|lrand48|mkdtemp|mkstemp| \ @@ -511,7 +511,7 @@ module Bindings.Posix ( -- * @string.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/string.h.html> #bindings_export_varids memccpy|stpcpy|stpncpy #bindings_export_varids strdup|strerror_r|strndup @@ -519,11 +519,11 @@ module Bindings.Posix ( -- * @strings.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html> -- * @stropts.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/stropts.h.html> -- * @sys/ipc.h@ @@ -537,11 +537,11 @@ module Bindings.Posix ( #bindings_export_varids ftok - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_ipc.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_ipc.h.html> -- * @sys/mman.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_mman.h.html> #bindings_export_varids PROT_EXEC|PROT_NONE|PROT_READ #bindings_export_varids PROT_WRITE|MAP_FIXED|MAP_PRIVATE @@ -566,7 +566,7 @@ module Bindings.Posix ( -- * @sys/msg.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_msg.h.html> CMsgqnum,CMsglen, @@ -578,7 +578,7 @@ module Bindings.Posix ( -- * @sys/resource.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_resource.h.html> #bindings_export_varids PRIO_PROCESS|PRIO_PGRP|PRIO_USER @@ -600,7 +600,7 @@ module Bindings.Posix ( -- * @sys/select.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html> #bindings_export_conids timeval|fd_set @@ -610,7 +610,7 @@ module Bindings.Posix ( -- * @sys/sem.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_sem.h.html> #bindings_export_varids SEM_UNDO|GETNCNT|GETPID|GETVAL| \ GETALL|GETZCNT|SETVAL|SETALL @@ -621,7 +621,7 @@ module Bindings.Posix ( -- * @sys/shm.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_shm.h.html> #bindings_export_varids SHM_RDONLY|SHM_RND|SHMLBA @@ -633,7 +633,7 @@ module Bindings.Posix ( -- * @sys/socket.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html> #bindings_export_conids sockaddr|sockaddr_storage|msghdr|cmsghdr @@ -658,7 +658,7 @@ module Bindings.Posix ( -- * @sys/stat.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html> #bindings_export_conids stat @@ -681,7 +681,7 @@ module Bindings.Posix ( -- * @sys/statvfs.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html> #bindings_export_conids statvfs @@ -691,13 +691,13 @@ module Bindings.Posix ( -- * @sys/time.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html> #bindings_export_varids utimes -- * @sys/times.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html> #bindings_export_conids tms @@ -705,7 +705,7 @@ module Bindings.Posix ( -- * @sys/types.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html> CClockid,CDev,CFsblkcnt,CFsfilcnt,CGid,CId, CIno,CKey,CMode,CNlink,COff,CPid, @@ -719,7 +719,7 @@ module Bindings.Posix ( -- * @sys/uio.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html> #bindings_export_conids iovec @@ -727,13 +727,13 @@ module Bindings.Posix ( -- * @sys/un.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_un.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_un.h.html> #bindings_export_conids sockaddr_un -- * @sys/utsname.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html> #bindings_export_conids utsname @@ -741,7 +741,7 @@ module Bindings.Posix ( -- * @sys/wait.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html> #bindings_export_varids WCONTINUED|WNOHANG|WUNTRACED @@ -755,7 +755,7 @@ module Bindings.Posix ( -- * @syslog.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html> #bindings_export_varids LOG_PID|LOG_CONS|LOG_NDELAY| \ LOG_ODELAY|LOG_NOWAIT|LOG_KERN|LOG_USER|LOG_MAIL| \ @@ -768,7 +768,7 @@ module Bindings.Posix ( -- * @tar.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/tar.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/tar.h.html> #bindings_export_varids TMAGIC|TMAGLEN|TVERSION|TVERSLEN @@ -781,7 +781,7 @@ module Bindings.Posix ( -- * @termios.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html> #bindings_export_conids termios @@ -805,7 +805,7 @@ module Bindings.Posix ( -- * @time.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html> #bindings_export_conids timespec|itimerspec @@ -824,7 +824,7 @@ module Bindings.Posix ( -- * @unistd.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html> #bindings_export_varids _POSIX_ASYNC_IO|F_OK|R_OK|W_OK| \ X_OK|F_LOCK|F_TEST|F_TLOCK|F_ULOCK|_PC_2_SYMLINKS| \ @@ -888,7 +888,7 @@ module Bindings.Posix ( -- * @utmpx.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html> #bindings_export_conids utmpx @@ -900,7 +900,7 @@ module Bindings.Posix ( -- * @wchar.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html> #bindings_export_varids mbsnrtowcs|open_wmemstream #bindings_export_varids wcpcpy|wcpncpy|wcscasecmp @@ -909,11 +909,11 @@ module Bindings.Posix ( -- * @wctype.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html> -- * @wordexp.h@ - -- | http://www.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html + -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/wordexp.h.html> #bindings_export_conids wordexp_t |