POSIX-1003

 view release on metacpan or  search on metacpan

lib/POSIX/1003/Symbols.pm  view on Meta::CPAN

# Copyrights 2011-2020 by [Mark Overmeer].
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
# Warning: generated during module installation
#  by ./symbols.PL
#  at Fri Nov  8 18:06:34 2013
# do not edit this file by hand!

package POSIX::1003;
use vars '$VERSION';
$VERSION = '1.02';


our %EXPORT_TAGS = (
sigaction => [ qw(
  
  ) ],
user => [ qw(
  getegid
  geteuid
  getgid
  getgrent
  getgrgid
  getgrnam
  getgroups
  getlogin
  getpwent
  getpwnam
  getpwuid
  getresgid
  getresuid
  getuid
  setegid
  seteuid
  setgid
  setgroups
  setregid
  setresgid
  setresuid
  setreuid
  setuid
  ) ],
processes => [ qw(
  _exit
  abort
  CHILD_MAX
  ctermid
  cuserid
  EXIT_FAILURE
  EXIT_SUCCESS
  getcwd
  nice
  pause
  setpgid
  setsid
  tcgetpgrp
  tcsetpgrp
  wait
  waitpid
  WEXITSTATUS
  WIFEXITED
  WIFSIGNALED
  WIFSTOPPED
  WNOHANG
  WSTOPSIG
  WTERMSIG
  WUNTRACED
  ) ],
opsys => [ qw(
  ARG_MAX
  NGROUPS_MAX
  OPEN_MAX
  TMP_MAX
  uname
  ) ],
confstr => [ qw(
  %confstr
  _CS_GNU_LIBC_VERSION
  _CS_GNU_LIBPTHREAD_VERSION
  _CS_LFS64_CFLAGS
  _CS_LFS64_LDFLAGS
  _CS_LFS64_LIBS
  _CS_LFS64_LINTFLAGS
  _CS_LFS_CFLAGS
  _CS_LFS_LDFLAGS
  _CS_LFS_LIBS
  _CS_LFS_LINTFLAGS
  _CS_PATH
  _CS_POSIX_V5_WIDTH_RESTRICTED_ENVS



( run in 1.243 second using v1.01-cache-2.11-cpan-6aa56a78535 )