Home
last modified time | relevance | path

Searched refs:SIGSTKFLT (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp487 #if defined(SIGSTKFLT) in OsConstants_initConstants()
488 initConstant(env, c, "SIGSTKFLT", SIGSTKFLT); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java442 public static final int SIGSTKFLT = placeholder(); field in OsConstants