Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for libc (0.04 sec)

  1. src/os/signal/doc.go

    the synchronous signals, SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF,
    and, on Linux, signals 32 (SIGCANCEL) and 33 (SIGSETXID)
    (SIGCANCEL and SIGSETXID are used internally by glibc). Subprocesses
    started by [os.Exec], or by [os/exec], will inherit the
    modified signal mask.
    
    # Changing the behavior of signals in Go programs
    
    The functions in this package allow a program to change the way Go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <mtd/ubi-user.h>
    #include <mtd/mtd-user.h>
    #include <net/route.h>
    
    #if defined(__sparc__)
    // On sparc{,64}, the kernel defines struct termios2 itself which clashes with the
    // definition in glibc. As only the error constants are needed here, include the
    // generic termibits.h (which is included by termbits.h on sparc).
    #include <asm-generic/termbits.h>
    #else
    #include <asm/termbits.h>
    #endif
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  3. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/api/internal/classpath/DefaultModuleRegistryTest.groovy

            distDir.createDir("lib")
            distDir.createDir("lib/plugins")
            distDir.createDir("lib/plugins/sonar")
            externalRuntimeDep = dependencyCache.file("com.something/3.4.5/b4b02fa623c5a618e68478d9a4a67e1e87c023c6/dep-1.2.jar")
            distDir.zipTo(externalRuntimeDep)
            runtimeDep = distDir.createZip("lib/dep-1.2.jar")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/kube/deployment.go

    	echo.Debian12:     "app_sidecar_debian_12",
    	echo.Rockylinux9:  "app_sidecar_rockylinux_9",
    }
    
    // ArmVMImages is the subset of images that work on arm64. These fail because Istio's arm64 build has a higher GLIBC requirement
    var ArmVMImages = map[echo.VMDistro]string{
    	echo.UbuntuNoble: "app_sidecar_ubuntu_noble",
    	echo.Debian12:    "app_sidecar_debian_12",
    	echo.Rockylinux9: "app_sidecar_rockylinux_9",
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  5. pom.xml

    		<packaging.fess.bin.dir>${packaging.fess.home.dir}/bin</packaging.fess.bin.dir>
    		<packaging.fess.conf.dir>/etc/fess</packaging.fess.conf.dir>
    		<packaging.fess.var.dir>/var/lib/fess</packaging.fess.var.dir>
    		<packaging.fess.lib.dir>${packaging.fess.home.dir}/lib</packaging.fess.lib.dir>
    		<packaging.fess.log.dir>/var/log/fess</packaging.fess.log.dir>
    		<packaging.fess.temp.dir>/var/tmp/fess</packaging.fess.temp.dir>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
Back to top