gdb/
[deliverable/binutils-gdb.git] / include / gdb / signals.h
index 67902c6170ba9ef0694313016174cc36b425ad80..a59d3b5c60a11f3761bad988e22a82a153c61d4a 100644 (file)
@@ -45,9 +45,9 @@
    etc. are doing to address these issues.  */
 
 /* For an explanation of what each signal means, see
-   target_signal_to_string.  */
+   gdb_signal_to_string.  */
 
-enum target_signal
+enum gdb_signal
   {
 #define SET(symbol, constant, name, string) \
     symbol = constant,
This page took 0.024079 seconds and 4 git commands to generate.